DBA Data[Home] [Help]

APPS.MSDWF dependencies on FND_GLOBAL

Line 655: -- fnd_global.apps_initialize(user_id, resp_id, resp_appl_id)

651: -- This is an Item Type Selector function that contains callback functionality
652: -- to reestablish context for each process in our Item Type.
653: -- This is a requrements of the Concurrent Manager Standard Activity
654: -- to be sure that the context is set up by calling
655: -- fnd_global.apps_initialize(user_id, resp_id, resp_appl_id)
656: --
657: -- IN
658: -- Set of arguments for Standard Activity Function:
659: -- itemtype - A valid item type from WF_ITEM_TYPES table.

Line 747: fnd_global.apps_initialize(msd_user_id, resp_id, resp_appl_id);

743: and r.request_group_id <> 0;
744:
745: end if;
746:
747: fnd_global.apps_initialize(msd_user_id, resp_id, resp_appl_id);
748:
749: end if;
750:
751: end if;

Line 848: owner varchar2(30) := fnd_global.user_name;

844: retText varchar2(200);
845: dispMesg varchar2(200);
846: itemtype varchar2(8) := 'ODPCYCLE';
847: workflowProcess varchar2(11) := 'ODPAUTOMATE';
848: owner varchar2(30) := fnd_global.user_name;
849: orgcode varchar2(3);
850: instcode varchar2(3);
851: org varchar2(8);
852: PlanID varchar2(16);