DBA Data[Home] [Help]

APPS.OE_CHECKLINE_PUB dependencies on OE_MSG_PUB

Line 54: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

50:
51: IF l_header_id IS NULL OR
52: l_header_id = FND_API.G_MISS_NUM
53: THEN
54: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
55: IF l_debug_level > 0 THEN
56: oe_debug_pub.add( ' HEADER ID IS NULL' ) ;
57: END IF;
58: IF l_debug_level > 0 THEN