DBA Data[Home] [Help]

APPS.PO_RFQ_VENDORS_PKG_S3 dependencies on PO_MESSAGE_S

Line 38: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SEQ_NUM');

34: X_progress := '020';
35:
36: exception
37: when no_data_found then
38: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SEQ_NUM');
39: when others then
40: po_message_s.sql_error('check_unique',X_progress,sqlcode);
41:
42: end check_unique;

Line 40: po_message_s.sql_error('check_unique',X_progress,sqlcode);

36: exception
37: when no_data_found then
38: po_message_s.app_error('PO_PO_ENTER_UNIQUE_SEQ_NUM');
39: when others then
40: po_message_s.sql_error('check_unique',X_progress,sqlcode);
41:
42: end check_unique;
43:
44: /*===========================================================================