DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_MONITOR_PKG

Line 449: gcs_cons_monitor_pkg.update_data_status(p_load_id => NULL,

445: END LOOP;
446:
447: --Change Data Status : Bugfix 4179351
448: IF (l_pre_cons_relationship_id = -1) THEN
449: gcs_cons_monitor_pkg.update_data_status(p_load_id => NULL,
450: p_cons_rel_id => l_post_cons_relationship_id,
451: p_hierarchy_id => l_hierarchy_id,
452: p_transaction_type => 'ACQ');
453: ELSIF (l_post_cons_relationship_id = -1) THEN

Line 454: gcs_cons_monitor_pkg.update_data_status(p_load_id => NULL,

450: p_cons_rel_id => l_post_cons_relationship_id,
451: p_hierarchy_id => l_hierarchy_id,
452: p_transaction_type => 'ACQ');
453: ELSIF (l_post_cons_relationship_id = -1) THEN
454: gcs_cons_monitor_pkg.update_data_status(p_load_id => NULL,
455: p_cons_rel_id => l_pre_cons_relationship_id,
456: p_hierarchy_id => l_hierarchy_id,
457: p_transaction_type => 'DIS');
458: END IF;