Skip to content

Commit

Permalink
oracle db issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru committed Nov 23, 2023
1 parent e2c542d commit 94bc762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public class SQLConstants {
public static final String GET_CHILD_ORGANIZATIONS = "SELECT UM_ORG.UM_ID, UM_ORG.UM_ORG_NAME, " +
"UM_ORG.UM_CREATED_TIME FROM UM_ORG JOIN UM_ORG_HIERARCHY ON UM_ORG.UM_ID = UM_ORG_HIERARCHY.UM_ID " +
"WHERE UM_ORG_HIERARCHY.UM_PARENT_ID = :" + SQLPlaceholders.DB_SCHEMA_COLUMN_NAME_PARENT_ID +
"; AND UM_ORG_HIERARCHY.DEPTH %s ;";
"; AND UM_ORG_HIERARCHY.DEPTH %s ";

public static final String GET_CHILD_ORGANIZATION_IDS = "SELECT UM_ID FROM UM_ORG WHERE UM_PARENT_ID = :" +
SQLPlaceholders.DB_SCHEMA_COLUMN_NAME_PARENT_ID + ";";
Expand Down

0 comments on commit 94bc762

Please sign in to comment.