DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on FII_GL_CCID_C

Line 1281: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN

1277: if g_debug_flag = 'Y' then
1278: FII_UTIL.put_line(g_phase);
1279: end if;
1280:
1281: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN
1282: if g_debug_flag = 'Y' then
1283: FII_UTIL.put_line('CCID Dimension is not up to date, calling CCID Dimension update
1284: program');
1285: end if;

Line 1288: 'FII_GL_CCID_C',

1284: program');
1285: end if;
1286: g_phase := 'Calling CCID Dimension update program';
1287: l_request_id := FND_REQUEST.SUBMIT_REQUEST('FII',
1288: 'FII_GL_CCID_C',
1289: NULL, NULL, FALSE, 'I');
1290: IF (l_request_id = 0) THEN
1291: rollback;
1292: g_retcode := -1;