DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_GRP dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 76: PO_ATTRIBUTE_VALUES_PVT.handle_attributes( p_interface_header_id => p_auction_header_id);

72: )
73: IS
74: BEGIN
75:
76: PO_ATTRIBUTE_VALUES_PVT.handle_attributes( p_interface_header_id => p_auction_header_id);
77:
78: EXCEPTION
79: WHEN OTHERS THEN NULL; --TODO proper exception handling
80: