DBA Data[Home] [Help]

APPS.GMD_QMSED dependencies on FND_APPLICATION

Line 358: /* Get application_id from FND_APPLICATION */

354: END IF;
355: --RLNAGARA LPN ME 7027149 start
356:
357: /* Get First Approver */
358: /* Get application_id from FND_APPLICATION */
359: select application_id into l_application_id
360: from fnd_application where application_short_name='GMD';
361:
362: IF (l_debug = 'Y') THEN

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

356:
357: /* Get First Approver */
358: /* Get application_id from FND_APPLICATION */
359: select application_id into l_application_id
360: from fnd_application where application_short_name='GMD';
361:
362: IF (l_debug = 'Y') THEN
363: gmd_debug.put_line('Ckecking approvers ');
364: END IF;

Line 536: /* Get application_id from FND_APPLICATION */

532:
533:
534:
535: /* Get Next Approver */
536: /* Get application_id from FND_APPLICATION */
537: select application_id into l_application_id
538: from fnd_application where application_short_name='GMD';
539:
540: ame_api.getNextApprover(applicationIdIn => l_application_id,

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

534:
535: /* Get Next Approver */
536: /* Get application_id from FND_APPLICATION */
537: select application_id into l_application_id
538: from fnd_application where application_short_name='GMD';
539:
540: ame_api.getNextApprover(applicationIdIn => l_application_id,
541: transactionIdIn => l_event_key,
542: transactionTypeIn => l_transaction_type,