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 345: OE_MSG_PUB.set_msg_context(

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

Line 776: OE_MSG_PUB.set_msg_context(

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

Line 898: OE_MSG_PUB.set_msg_context(

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

Line 1030: OE_MSG_PUB.set_msg_context(

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

Line 1411: oe_msg_pub.set_msg_context (p_entity_code => 'HEADER',

1407: FROM wf_items wi
1408: WHERE wi.item_type = itemtype AND wi.item_key = itemkey;
1409:
1410: oe_standard_wf.set_msg_context (actid);
1411: oe_msg_pub.set_msg_context (p_entity_code => 'HEADER',
1412: p_entity_id => TO_NUMBER (itemkey),
1413: p_header_id => TO_NUMBER (itemkey)
1414: );
1415:

Line 2361: oe_msg_pub.set_msg_context

2357: END;
2358:
2359: l_transaction_id := TO_NUMBER (itemkey);
2360: oe_standard_wf.set_msg_context (actid);
2361: oe_msg_pub.set_msg_context
2362: (p_entity_code => 'HEADER',
2363: p_entity_id => TO_NUMBER
2364: (l_parent_itemkey),
2365: p_header_id => TO_NUMBER

Line 2687: oe_msg_pub.set_msg_context

2683: END;
2684:
2685: l_transaction_id := TO_NUMBER (itemkey);
2686: oe_standard_wf.set_msg_context (actid);
2687: oe_msg_pub.set_msg_context
2688: (p_entity_code => 'HEADER',
2689: p_entity_id => TO_NUMBER
2690: (l_parent_itemkey),
2691: p_header_id => TO_NUMBER

Line 3526: oe_msg_pub.set_msg_context (p_entity_code => 'HEADER',

3522: IF (funcmode = 'RUN')
3523: THEN
3524: l_transaction_id := TO_NUMBER (itemkey);
3525: oe_standard_wf.set_msg_context (actid);
3526: oe_msg_pub.set_msg_context (p_entity_code => 'HEADER',
3527: p_entity_id => TO_NUMBER (itemkey),
3528: p_header_id => TO_NUMBER (itemkey)
3529: );
3530: