DBA Data[Home] [Help]

APPS.WIP_BIS_PERIOD_BAL_PKG dependencies on FND_FILE

Line 22: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Could not find schema name for WIP'); -- Remove . for bug 3554853

18: and fpi.oracle_id = fou.oracle_id
19: and fa.application_short_name = 'WIP';
20: EXCEPTION
21: WHEN NO_DATA_FOUND THEN
22: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Could not find schema name for WIP'); -- Remove . for bug 3554853
23: retcode := 'Could not find schema name for WIP'; -- Remove . for bug 3554853
24: errbuf := 'Please make sure WIP schema is correctly installed.';
25: return;
26: WHEN OTHERS THEN