DBA Data[Home] [Help]

APPS.PO_LOCATIONS_SV2 dependencies on PO_MESSAGE_S

Line 71: po_message_s.sql_error('val_location', x_progress, sqlcode);

67:
68: exception
69:
70: when others then
71: po_message_s.sql_error('val_location', x_progress, sqlcode);
72: raise;
73:
74: end val_location;
75: