DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on PO_MESSAGE_S

Line 125: po_message_s.app_error('PO_INV_NO_OPEN_PERIOD');

121: RETURN l_closing_status;
122:
123: EXCEPTION
124: WHEN NO_DATA_FOUND then
125: po_message_s.app_error('PO_INV_NO_OPEN_PERIOD');
126: RAISE;
127: WHEN TOO_MANY_ROWS then
128: po_message_s.app_error('PO_INV_MUL_PERIODS');
129: RAISE;

Line 128: po_message_s.app_error('PO_INV_MUL_PERIODS');

124: WHEN NO_DATA_FOUND then
125: po_message_s.app_error('PO_INV_NO_OPEN_PERIOD');
126: RAISE;
127: WHEN TOO_MANY_ROWS then
128: po_message_s.app_error('PO_INV_MUL_PERIODS');
129: RAISE;
130: WHEN OTHERS THEN
131: po_message_s.sql_error('get_acct_period_status', l_progress, sqlcode);
132: RAISE;

Line 131: po_message_s.sql_error('get_acct_period_status', l_progress, sqlcode);

127: WHEN TOO_MANY_ROWS then
128: po_message_s.app_error('PO_INV_MUL_PERIODS');
129: RAISE;
130: WHEN OTHERS THEN
131: po_message_s.sql_error('get_acct_period_status', l_progress, sqlcode);
132: RAISE;
133: END get_acct_period_status;
134:
135: PROCEDURE RVTTHIns