DBA Data[Home] [Help]

APPS.FII_GL_JE_B_C dependencies on FII_GL_CCID_C

Line 1668: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN

1664: FII_UTIL.put_line('Calling Procedure: VERIFY_CCID_UP_TO_DATE');
1665: FII_UTIL.put_line('');
1666: end if;
1667:
1668: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN
1669: if g_debug_flag = 'Y' then
1670: FII_UTIL.put_line('CCID Dimension is not up to date, calling CCID Dimension update program');
1671: end if;
1672:

Line 1675: l_request_id := FND_REQUEST.SUBMIT_REQUEST('FII', 'FII_GL_CCID_C',

1671: end if;
1672:
1673: g_phase := 'Calling CCID Dimension update program';
1674: l_dummy := FND_REQUEST.SET_MODE(TRUE);
1675: l_request_id := FND_REQUEST.SUBMIT_REQUEST('FII', 'FII_GL_CCID_C',
1676: NULL, NULL, FALSE, 'I');
1677: commit;
1678:
1679: IF (l_request_id = 0) THEN