DBA Data[Home] [Help]

APPS.GCS_ENG_CP_UTILITY_PKG dependencies on GCS_WF_NTF_PKG

Line 58: gcs_wf_ntf_pkg.raise_impact_notification(

54: fnd_file.put_line(fnd_file.log, '<>');
55: IF (p_load_id <> 0) THEN
56: --In this case the control is coming from Data Submission,
57: --we need to send the notification without attachment. Making call to the notification workflow
58: gcs_wf_ntf_pkg.raise_impact_notification(
59: p_run_name => p_run_name,
60: p_cons_entity_id => p_cons_entity_id,
61: p_entry_id => NVL(p_entry_id,0),
62: p_load_id => NVL(p_load_id,0));

Line 81: gcs_wf_ntf_pkg.raise_status_notification(

77: --End of Bugfix 5524909
78: fnd_file.put_line(fnd_file.log, '<>');
79: ELSIF (p_execution_type = 'NTF_ONLY' AND p_category_code = 'AGGREGATION') THEN
80: fnd_file.put_line(fnd_file.log, '<>');
81: gcs_wf_ntf_pkg.raise_status_notification(
82: p_cons_detail_id => p_run_detail_id);
83: fnd_file.put_line(fnd_file.log, '<>');
84: fnd_file.put_line(fnd_file.log, '<>');
85:

Line 107: gcs_wf_ntf_pkg.raise_status_notification(

103: fnd_file.put_line(fnd_file.log, 'Submitted XML Generation Request: '||l_request_id);
104: fnd_file.put_line(fnd_file.log, '<>');
105: ELSIF (p_execution_type = 'NTF_ONLY') THEN
106: fnd_file.put_line(fnd_file.log, '<>');
107: gcs_wf_ntf_pkg.raise_status_notification(
108: p_cons_detail_id => p_run_detail_id);
109: fnd_file.put_line(fnd_file.log, '<>');
110: END IF;
111: