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 535: po_message_s.sql_error('In Exception of Req_Change_workflow_startup()', x_progress, sqlcode);

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

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

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