DBA Data[Home] [Help]

APPS.PO_LINES_PKG_SCU dependencies on PO_MESSAGE_S

Line 24: po_message_s.app_error('PO_PO_ENTER_UNIQUE_LINE_NUM');

20: AND line_num = X_line_num
21: AND (rowid <> X_rowid OR X_rowid is null));
22: exception
23: when no_data_found then
24: po_message_s.app_error('PO_PO_ENTER_UNIQUE_LINE_NUM');
25: when others then
26: po_message_s.sql_error('check_unique',X_progress,sqlcode);
27: raise;
28: end check_unique;

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

22: exception
23: when no_data_found then
24: po_message_s.app_error('PO_PO_ENTER_UNIQUE_LINE_NUM');
25: when others then
26: po_message_s.sql_error('check_unique',X_progress,sqlcode);
27: raise;
28: end check_unique;
29:
30: /*===========================================================================

Line 62: po_message_s.sql_error('select_ship_total',X_progress,sqlcode);

58: when no_data_found then
59: null;
60:
61: when others then
62: po_message_s.sql_error('select_ship_total',X_progress,sqlcode);
63: raise;
64:
65: end select_ship_total;
66: