DBA Data[Home] [Help]

APPS.CSC_PROFILE_ENGINE_PKG dependencies on CSC_PROF_CHECK_RESULTS_S

Line 657: ' SELECT csc_prof_check_results_s.nextval, '

653: insert_stmnt_final := 'INSERT /*+ PARALLEL(CSC_PROF_BATCH_RESULTS2_T, 12) */ INTO CSC_PROF_BATCH_RESULTS2_T ' ||
654: '(check_results_id, check_id, party_id, cust_account_id, value, currency_code, grade, '||
655: ' created_by, creation_date, last_updated_by, last_update_date, last_update_login, '||
656: ' results_threshold_flag, rating_code, color_code)' ||
657: ' SELECT csc_prof_check_results_s.nextval, '
658: || chk_id || ', party_id, account_id, '
659: || c_fmt_mask ||', '
660: || c_curr_code || ', '
661: || c_grade

Line 672: ' SELECT csc_prof_check_results_s.nextval, '

668: insert_stmnt_final := 'INSERT /*+ PARALLEL(CSC_PROF_BATCH_RESULTS2_T, 12) */ INTO CSC_PROF_BATCH_RESULTS2_T ' ||
669: '(check_results_id, check_id, party_id, cust_account_id, value, currency_code, grade, '||
670: ' created_by, creation_date, last_updated_by, last_update_date, last_update_login, '||
671: ' results_threshold_flag, rating_code, color_code)' ||
672: ' SELECT csc_prof_check_results_s.nextval, '
673: || chk_id || ', party_id, account_id, '
674: || c_fmt_mask ||', '
675: || c_curr_code || ', '
676: || c_grade

Line 2839: ' SELECT csc_prof_check_results_s.nextval, '

2835: insert_stmnt_final := 'INSERT /*+ PARALLEL(CSC_PROF_BATCH_RESULTS2_T, 12) */ INTO CSC_PROF_BATCH_RESULTS2_T ' ||
2836: '(check_results_id, check_id, party_id, cust_account_id, value, currency_code, grade, '||
2837: ' created_by, creation_date, last_updated_by, last_update_date, last_update_login, '||
2838: ' results_threshold_flag, rating_code, color_code)' ||
2839: ' SELECT csc_prof_check_results_s.nextval, '
2840: || chk_id || ', party_id, account_id, '
2841: || c_fmt_mask ||', '
2842: || c_curr_code || ', '
2843: || c_grade

Line 2854: ' SELECT csc_prof_check_results_s.nextval, '

2850: insert_stmnt_final := 'INSERT /*+ PARALLEL(CSC_PROF_BATCH_RESULTS2_T, 12) */ INTO CSC_PROF_BATCH_RESULTS2_T ' ||
2851: '(check_results_id, check_id, party_id, cust_account_id, value, currency_code, grade, '||
2852: ' created_by, creation_date, last_updated_by, last_update_date, last_update_login, '||
2853: ' results_threshold_flag, rating_code, color_code)' ||
2854: ' SELECT csc_prof_check_results_s.nextval, '
2855: || chk_id || ', party_id, account_id, '
2856: || c_fmt_mask ||', '
2857: || c_curr_code || ', '
2858: || c_grade

Line 6622: (csc_prof_check_results_s.nextval

6618: , last_updated_by
6619: , last_update_date
6620: , last_update_login)
6621: VALUES
6622: (csc_prof_check_results_s.nextval
6623: , ip_check_id(i)
6624: , ip_party_id(i)
6625: , ip_account_id(i)
6626: , ip_value(i)

Line 6698: (csc_prof_check_results_s.nextval

6694: , last_updated_by
6695: , last_update_date
6696: , last_update_login)
6697: VALUES
6698: (csc_prof_check_results_s.nextval
6699: , ia_check_id(i)
6700: , ia_party_id(i)
6701: , ia_account_id(i)
6702: , ia_value(i)