DBA Data[Home] [Help]

APPS.GMD_QMDSC dependencies on FND_APPLICATION

Line 121: /* Get application_id from FND_APPLICATION */

117:
118: BEGIN
119:
120: /* Get Next Approver */
121: /* Get application_id from FND_APPLICATION */
122: select application_id into l_application_id
123: from fnd_application where application_short_name='GMD';
124:
125: ame_api.getNextApprover(applicationIdIn => l_application_id,

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

119:
120: /* Get Next Approver */
121: /* Get application_id from FND_APPLICATION */
122: select application_id into l_application_id
123: from fnd_application where application_short_name='GMD';
124:
125: ame_api.getNextApprover(applicationIdIn => l_application_id,
126: transactionIdIn => l_event_key,
127: transactionTypeIn => l_transaction_type,