DBA Data[Home] [Help]

APPS.GMD_SS_LATETEST_WF_PKG dependencies on FND_APPLICATION

Line 135: /* Get application_id from FND_APPLICATION */

131:
132:
133: IF P_FUNCMODE='RUN' THEN
134:
135: /* Get application_id from FND_APPLICATION */
136: select application_id into l_application_id
137: from fnd_application where application_short_name='GMD';
138:
139: /* Check which event has been raised */

Line 137: from fnd_application where application_short_name='GMD';

133: IF P_FUNCMODE='RUN' THEN
134:
135: /* Get application_id from FND_APPLICATION */
136: select application_id into l_application_id
137: from fnd_application where application_short_name='GMD';
138:
139: /* Check which event has been raised */
140: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Timepoint testing late '||l_event_key);
141:

Line 359: /* Get application_id from FND_APPLICATION */

355: l_form varchar2(240);
356: BEGIN
357:
358: /* Get Next Approver */
359: /* Get application_id from FND_APPLICATION */
360: select application_id into l_application_id
361: from fnd_application where application_short_name='GMD';
362:
363: ame_api.getNextApprover(applicationIdIn => l_application_id,

Line 361: from fnd_application where application_short_name='GMD';

357:
358: /* Get Next Approver */
359: /* Get application_id from FND_APPLICATION */
360: select application_id into l_application_id
361: from fnd_application where application_short_name='GMD';
362:
363: ame_api.getNextApprover(applicationIdIn => l_application_id,
364: transactionIdIn => l_event_key,
365: transactionTypeIn => l_transaction_type,