DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_MESSAGE_S

Line 82: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);

78:
79: EXCEPTION
80: WHEN OTHERS THEN
81:
82: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);
83:
84: END;
85:
86: /*============================================================================

Line 265: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);

261:
262: EXCEPTION
263: WHEN OTHERS THEN
264:
265: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);
266:
267: END;
268:
269: /*============================================================================

Line 536: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);

532: end if;
533:
534: EXCEPTION
535: WHEN OTHERS THEN
536: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);
537: END;
538:
539: /*============================================================================
540: Procedure to build the message body when called from MRP reschedule

Line 886: po_message_s.sql_error('In Exception of get_req_line_details_mrp_wd()', x_progress, sqlcode);

882:
883: x_progress := '040';
884: exception
885: when others then
886: po_message_s.sql_error('In Exception of get_req_line_details_mrp_wd()', x_progress, sqlcode);
887:
888: END;
889:
890: