DBA Data[Home] [Help]

APPS.OE_PAYMENT_ASSURANCE_WF dependencies on OE_MSG_PUB

Line 84: OE_MSG_PUB.set_msg_context(

80: AND ool.line_id = l_line_id
81: AND rownum = 1;
82:
83: -- Exception Management begin Set message context
84: OE_MSG_PUB.set_msg_context(
85: p_entity_code => 'LINE'
86: ,p_entity_id => l_line_id
87: ,p_header_id => l_header_id
88: ,p_line_id => l_line_id

Line 125: OE_MSG_PUB.set_msg_context(

121: FROM OE_ORDER_LINES_ALL ool
122: where ool.line_id = l_line_id;
123:
124: -- Exception Management begin Set message context
125: OE_MSG_PUB.set_msg_context(
126: p_entity_code => 'LINE'
127: ,p_entity_id => l_line_id
128: ,p_header_id => l_header_id
129: ,p_line_id => l_line_id