DBA Data[Home] [Help]

APPS.OE_APPROVALS_WF dependencies on OE_MSG_PUB

Line 71: OE_MSG_PUB.set_msg_context(

67:
68: l_transaction_id := to_number(itemkey);
69:
70: OE_STANDARD_WF.Set_Msg_Context(actid);
71: OE_MSG_PUB.set_msg_context(
72: p_entity_code => 'HEADER'
73: ,p_entity_id => to_number(itemkey)
74: ,p_header_id => to_number(itemkey));
75:

Line 344: OE_MSG_PUB.set_msg_context(

340:
341: l_transaction_id := to_number(itemkey);
342:
343: OE_STANDARD_WF.Set_Msg_Context(actid);
344: OE_MSG_PUB.set_msg_context(
345: p_entity_code => 'HEADER'
346: ,p_entity_id => to_number(itemkey)
347: ,p_header_id => to_number(itemkey));
348:

Line 774: OE_MSG_PUB.set_msg_context(

770: 'SALES_DOCUMENT_TYPE_CODE');
771: END IF;
772:
773: OE_STANDARD_WF.Set_Msg_Context(actid);
774: OE_MSG_PUB.set_msg_context(
775: p_entity_code => 'HEADER'
776: ,p_entity_id => to_number(itemkey)
777: ,p_header_id => to_number(itemkey));
778:

Line 896: OE_MSG_PUB.set_msg_context(

892:
893: l_transaction_id := to_number(itemkey);
894:
895: OE_STANDARD_WF.Set_Msg_Context(actid);
896: OE_MSG_PUB.set_msg_context(
897: p_entity_code => 'HEADER'
898: ,p_entity_id => to_number(itemkey)
899: ,p_header_id => to_number(itemkey));
900:

Line 1028: OE_MSG_PUB.set_msg_context(

1024:
1025: l_transaction_id := to_number(itemkey);
1026:
1027: OE_STANDARD_WF.Set_Msg_Context(actid);
1028: OE_MSG_PUB.set_msg_context(
1029: p_entity_code => 'HEADER'
1030: ,p_entity_id => to_number(itemkey)
1031: ,p_header_id => to_number(itemkey));
1032: