DBA Data[Home] [Help]

APPS.FII_AR_REVENUE_B_C dependencies on FII_GL_CCID_C

Line 2701: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN

2697: -- if g_debug_flag = 'Y' then
2698: -- FII_UTIL.put_line(g_section);
2699: -- end if;
2700:
2701: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN
2702: if g_debug_flag = 'Y' then
2703: FII_UTIL.put_line('CCID Dimension is not up to date, calling CCID Dimension update
2704: program');
2705: end if;

Line 2710: 'FII_GL_CCID_C',

2706:
2707: l_dummy := FND_REQUEST.SET_MODE(TRUE);
2708:
2709: l_request_id := FND_REQUEST.SUBMIT_REQUEST('FII',
2710: 'FII_GL_CCID_C',
2711: NULL, NULL, FALSE, 'I');
2712:
2713: commit;
2714: