DBA Data[Home] [Help]

APPS.PO_GA_ORG_ASSIGN_PVT dependencies on PO_MESSAGE_S

Line 206: PO_MESSAGE_S.sql_error('delete_row','000',SQLCODE);

202:
203: EXCEPTION
204:
205: WHEN OTHERS THEN
206: PO_MESSAGE_S.sql_error('delete_row','000',SQLCODE);
207: RAISE;
208:
209: END delete_row;
210:

Line 245: PO_MESSAGE_S.sql_error(routine => 'PO_GA_ORG_ASSIGN_PVT.delete_row',

241: AND organization_id = p_organization_id;
242:
243: EXCEPTION
244: WHEN OTHERS THEN
245: PO_MESSAGE_S.sql_error(routine => 'PO_GA_ORG_ASSIGN_PVT.delete_row',
246: location => '200',
247: error_code => SQLCODE);
248: APP_EXCEPTION.raise_exception;
249: END delete_row;