DBA Data[Home] [Help]

APPS.RCV_GET_DELIVERED_QTY dependencies on PO_MESSAGE_S

Line 102: po_message_s.sql_error('GET_TRANSACTION_DETAILS',x_progress,sqlcode);

98:
99: close transaction_details_c;
100: exception
101: when others then
102: po_message_s.sql_error('GET_TRANSACTION_DETAILS',x_progress,sqlcode);
103: raise;
104: end GET_TRANSACTION_DETAILS;
105:
106: PROCEDURE GET_INTERNAL_DETAILS ( x_from_org_id in number,

Line 176: po_message_s.sql_error('GET_INTERNAL_DETAILS',x_progress,sqlcode);

172: close internal_details_c;
173:
174: exception
175: when others then
176: po_message_s.sql_error('GET_INTERNAL_DETAILS',x_progress,sqlcode);
177: raise;
178: end GET_INTERNAL_DETAILS;
179:
180: PROCEDURE GET_INTRANSIT_DETAILS ( x_from_org_id in number,

Line 201: po_message_s.sql_error('GET_INTRANSIT_DETAILS',x_progress,sqlcode);

197: AND ms.SUPPLY_TYPE_CODE in ('RECEIVING', 'SHIPMENT');
198:
199: exception
200: when others then
201: po_message_s.sql_error('GET_INTRANSIT_DETAILS',x_progress,sqlcode);
202: raise;
203: end GET_INTRANSIT_DETAILS;
204:
205: