DBA Data[Home] [Help]

APPS.CSC_PROFILE_ENGINE_PKG dependencies on CSC_CORE_UTILS_PVT

Line 596: csc_core_utils_pvt.validate_sql_stmnt( p_sql_stmnt => v_select_sum,

592: v_from_sum := substr(v_from_sum, 1, v_group_pos -1);
593: v_from_sum := v_from_sum || v_group;
594: v_select_sum := v_select_sum || ' ' || v_from_sum;
595: -- validate the sql statement
596: csc_core_utils_pvt.validate_sql_stmnt( p_sql_stmnt => v_select_sum,
597: x_return_status => return_status);
598: IF return_status = 'S' THEN
599: -- insert_stmnt_sum := 'INSERT INTO CSC_PROF_BATCH_RESULTS1_T ' || v_select_sum ; -- Commented the following code by spamujul for ER#8473903
600: -- Added the following code by spamujul for ER#8473903

Line 3844: csc_core_utils_pvt.validate_sql_stmnt( p_sql_stmnt => v_select_sum,

3840: v_from_sum := substr(v_from_sum, 1, v_group_pos -1);
3841: v_from_sum := v_from_sum || v_group;
3842: v_select_sum := v_select_sum || ' ' || v_from_sum;
3843: -- validate the sql statement
3844: csc_core_utils_pvt.validate_sql_stmnt( p_sql_stmnt => v_select_sum,
3845: x_return_status => return_status);
3846: IF return_status = 'S' THEN
3847: -- insert_stmnt_sum := 'INSERT INTO CSC_PROF_BATCH_RESULTS1_T ' || v_select_sum ; -- Commented the following code by spamujul for ER#8473903
3848: -- Added the following code by spamujul for ER#8473903