DBA Data[Home] [Help]

APPS.PO_LINES_SV11 dependencies on PO_MESSAGE_S

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

622: 'PLANNED') THEN
623: IF p_planned_item_flag = 'Y'
624: AND p_promised_date IS NULL
625: AND p_need_by_date IS NULL THEN
626: po_message_s.app_error('PO_PO_PLANNED_ITEM_DATE_REQ');
627: END IF;
628: END IF;
629: --END Bug 5533266
630:

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

816:
817: EXCEPTION
818:
819: when others then
820: po_message_s.sql_error('update_line', x_progress, sqlcode);
821: raise;
822: END update_line;
823:
824: END PO_LINES_SV11;