DBA Data[Home] [Help]

APPS.PO_LOCATIONS_SV2 dependencies on PO_MESSAGE_S

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

86:
87: exception
88:
89: when others then
90: po_message_s.sql_error('val_location', x_progress, sqlcode);
91: raise;
92:
93: end val_location;
94: