DBA Data[Home] [Help]

APPS.PO_NOTIFICATIONS_SV2 dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 356: -- Select all orgids from FINANCIALS_SYSTEM_PARAMS_ALL

352: x_row_id ROWID;
353: x_org_id NUMBER;
354:
355:
356: -- Select all orgids from FINANCIALS_SYSTEM_PARAMS_ALL
357: -- This is used to set the client info context while running
358: -- the upgrade of po notifications (char mode) and fnd_notifications
359: -- SC mode.
360:

Line 363: FROM FINANCIALS_SYSTEM_PARAMS_ALL;

359: -- SC mode.
360:
361: CURSOR C2 IS
362: SELECT ORG_ID
363: FROM FINANCIALS_SYSTEM_PARAMS_ALL;
364:
365: BEGIN
366:
367: -- -- dbms_output.enable (500000);