DBA Data[Home] [Help]

APPS.GMD_SS_TEST_WF_PKG dependencies on WF_LOG_PKG

Line 96: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Testing '||l_event_key);

92: select application_id into l_application_id
93: from fnd_application where application_short_name='GMD';
94:
95: /* Check which event has been raised */
96: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Testing '||l_event_key);
97:
98: /* Get the notification and grace time information */
99: OPEN C1;
100: Fetch C1 into l_notify_lead , l_notify_lead_unit , l_grace_lead , l_grace_lead_unit ;