DBA Data[Home] [Help]

APPS.PO_UOM_SV2 dependencies on PO_MESSAGE_S

Line 80: po_message_s.sql_error('convert_inv_cost', progress, sqlcode);

76:
77: exception
78:
79: when others then
80: po_message_s.sql_error('convert_inv_cost', progress, sqlcode);
81: raise;
82:
83: end convert_inv_cost;
84:

Line 154: po_message_s.sql_error('convert_quantity', x_progress, sqlcode);

150:
151: exception
152:
153: when others then
154: po_message_s.sql_error('convert_quantity', x_progress, sqlcode);
155: raise;
156:
157: end convert_quantity;
158: