DBA Data[Home] [Help]

APPS.IGS_PE_GEN_002 dependencies on FND_MSG_PUB

Line 355: FND_MSG_PUB.initialize;

351:
352: -- initalize the message stacks and the variables.
353: l_message_name := null;
354: l_message_string := null;
355: FND_MSG_PUB.initialize;
356:
357: -- Fetch all the parameters from Event
358: l_person_number := wf_engine.GetItemAttrText(itemtype,itemkey,'P_PERSON_NUMBER' );
359: l_hold_type := wf_engine.GetItemAttrText(itemtype,itemkey,'P_HOLD_TYPE');