DBA Data[Home] [Help]

APPS.GCS_INTERCO_PROCESSING_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_S

Line 1544: SELECT gcs_cons_eng_run_dtls_s.nextval,

1540: , child_entity_id, contra_child_entity_id, entry_id, rule_id,
1541: request_error_code, bp_request_error_code, category_code,
1542: creation_date, created_by, last_update_date,
1543: last_updated_by, last_update_login)
1544: SELECT gcs_cons_eng_run_dtls_s.nextval,
1545: g_consolidation_run_name,
1546: DECODE(g_elim_code, 'IE',p_entity_id,'IA', g_cons_entity_id),
1547: gehg.source_entity_id, gehg.target_entity_id,
1548: gehg.entry_id, gehg.rule_id,

Line 1591: SELECT gcs_cons_eng_run_dtls_s.nextval,

1587: request_error_code, bp_request_error_code, category_code,
1588: xlate_request_error_code, bp_xlate_request_error_code,
1589: creation_date, created_by, last_update_date,
1590: last_updated_by, last_update_login)
1591: SELECT gcs_cons_eng_run_dtls_s.nextval,
1592: g_consolidation_run_name,
1593: DECODE(g_elim_code, 'IE',p_entity_id,'IA', g_cons_entity_id),
1594: gehg.source_entity_id, gehg.target_entity_id,
1595: gehg.entry_id, gehg.rule_id,

Line 1702: SELECT gcs_cons_eng_run_dtls_s.nextval,

1698: , child_entity_id, contra_child_entity_id, entry_id, rule_id,
1699: request_error_code, bp_request_error_code, category_code,
1700: creation_date, created_by, last_update_date,
1701: last_updated_by, last_update_login)
1702: SELECT gcs_cons_eng_run_dtls_s.nextval,
1703: g_consolidation_run_name,
1704: DECODE(g_elim_code, 'IE',p_entity_id,'IA', g_cons_entity_id),
1705: NULL, NULL,
1706: NULL, NULL,

Line 2351: VALUES(gcs_cons_eng_run_dtls_s.nextval,

2347: gcer.stat_entry_id, gcer.rule_id, gcer.request_error_code,
2348: gcer.bp_request_error_code, gcer.category_code,
2349: gcer.creation_date, gcer.created_by, gcer.last_update_date,
2350: gcer.last_updated_by, gcer.last_update_login)
2351: VALUES(gcs_cons_eng_run_dtls_s.nextval,
2352: g_consolidation_run_name,
2353: stat_result.cons_entity_id, stat_result.src_entity_id,
2354: stat_result.target_entity_id, stat_result.entry_id,
2355: stat_result.rule_id, stat_result.req_err_code,