DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on PO_MESSAGE_S

Line 114: po_message_s.sql_error('Error while obtaining the org ID: ', x_progress, sqlcode);

110: p_org_id => x_txn_org_id);
111: end if;
112: exception
113: WHEN OTHERS THEN
114: po_message_s.sql_error('Error while obtaining the org ID: ', x_progress, sqlcode);
115: end;
116:
117: x_progress := 'groupPoTransaction 001, x_user_org_id=' || to_char(x_user_org_id) || 'x_txn_org_id='|| to_char(x_txn_org_id);
118: