DBA Data[Home] [Help]

APPS.FII_AP_INV_DISTRIBUTIONS_B_C dependencies on FII_GL_CCID_C

Line 1061: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN

1057: if g_debug_flag = 'Y' then
1058: FII_UTIL.put_line(g_phase);
1059: end if;
1060:
1061: IF(FII_GL_CCID_C.NEW_CCID_IN_GL) THEN
1062: if g_debug_flag = 'Y' then
1063: FII_UTIL.put_line('CCID Dimension is not up to date, calling CCID Dimension update
1064: program');
1065: end if;

Line 1068: 'FII_GL_CCID_C',

1064: program');
1065: end if;
1066: g_phase := 'Calling CCID Dimension update program';
1067: l_request_id := FND_REQUEST.SUBMIT_REQUEST('FII',
1068: 'FII_GL_CCID_C',
1069: NULL, NULL, FALSE, 'I');
1070: IF (l_request_id = 0) THEN
1071: rollback;
1072: g_retcode := -1;