DBA Data[Home] [Help]

APPS.PO_LINES_SV11 dependencies on PO_MESSAGE_S

Line 609: po_message_s.app_error('PO_PO_PLANNED_ITEM_DATE_REQ');

605: 'PLANNED') THEN
606: IF p_planned_item_flag = 'Y'
607: AND p_promised_date IS NULL
608: AND p_need_by_date IS NULL THEN
609: po_message_s.app_error('PO_PO_PLANNED_ITEM_DATE_REQ');
610: END IF;
611: END IF;
612: --END Bug 5533266
613:

Line 782: po_message_s.sql_error('update_line', x_progress, sqlcode);

778:
779: EXCEPTION
780:
781: when others then
782: po_message_s.sql_error('update_line', x_progress, sqlcode);
783: raise;
784: END update_line;
785:
786: END PO_LINES_SV11;