DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_PKG_S3 dependencies on PO_MESSAGE_S

Line 98: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SHIP_NUM');

94:
95:
96: exception
97: when no_data_found then
98: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SHIP_NUM');
99: when others then
100: po_message_s.sql_error('check_uniue',X_progress,sqlcode);
101:
102: end check_unique;

Line 100: po_message_s.sql_error('check_uniue',X_progress,sqlcode);

96: exception
97: when no_data_found then
98: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SHIP_NUM');
99: when others then
100: po_message_s.sql_error('check_uniue',X_progress,sqlcode);
101:
102: end check_unique;
103:
104: /*===========================================================================

Line 230: -- po_message_s.sql_error('select_summary',X_Progress,sqlcode);

226: exception
227: when no_data_found then
228: null;
229: when others then
230: -- po_message_s.sql_error('select_summary',X_Progress,sqlcode);
231: raise;
232: end select_summary;
233:
234: END PO_LINE_LOCATIONS_PKG_S3;