DBA Data[Home] [Help]

APPS.GMD_QM_UOM dependencies on FND_APPLICATION

Line 261: /* Get application_id from FND_APPLICATION */

257: close get_from_role ;
258:
259:
260: IF P_FUNCMODE='RUN' THEN
261: /* Get application_id from FND_APPLICATION */
262: select application_id into l_application_id
263: from fnd_application where application_short_name='GMD';
264:
265: /* Check which event has been raised */

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

259:
260: IF P_FUNCMODE='RUN' THEN
261: /* Get application_id from FND_APPLICATION */
262: select application_id into l_application_id
263: from fnd_application where application_short_name='GMD';
264:
265: /* Check which event has been raised */
266: wf_log_pkg.string(6, 'Dummy','Entered UOM Conversion with event_key '||l_event_key);
267:

Line 797: /* Get application_id from FND_APPLICATION */

793: l_form varchar2(240);
794: BEGIN
795:
796: /* Get Next Approver */
797: /* Get application_id from FND_APPLICATION */
798: select application_id into l_application_id
799: from fnd_application where application_short_name='GMD';
800:
801: ame_api.getNextApprover(applicationIdIn => l_application_id,

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

795:
796: /* Get Next Approver */
797: /* Get application_id from FND_APPLICATION */
798: select application_id into l_application_id
799: from fnd_application where application_short_name='GMD';
800:
801: ame_api.getNextApprover(applicationIdIn => l_application_id,
802: transactionIdIn => l_event_key,
803: transactionTypeIn => l_transaction_type,