DBA Data[Home] [Help]

APPS.FII_CCID_CALLOUT dependencies on FII_UTIL

Line 22: FII_UTIL.Write_Log('Value of p_from_ccid : '||p_from_ccid);

18: END IF;
19:
20: -- Print the values of the parameters
21: IF (g_debug_mode = 'Y') THEN
22: FII_UTIL.Write_Log('Value of p_from_ccid : '||p_from_ccid);
23: FII_UTIL.Write_Log('Value of p_to_ccid : '||p_to_ccid);
24: end if;
25:
26: -----------------------------------------------------------------

Line 23: FII_UTIL.Write_Log('Value of p_to_ccid : '||p_to_ccid);

19:
20: -- Print the values of the parameters
21: IF (g_debug_mode = 'Y') THEN
22: FII_UTIL.Write_Log('Value of p_from_ccid : '||p_from_ccid);
23: FII_UTIL.Write_Log('Value of p_to_ccid : '||p_to_ccid);
24: end if;
25:
26: -----------------------------------------------------------------
27: -- At this place the customised code will be put in place of NULL

Line 40: FII_UTIL.Write_Log ('Unexpected error when calling UPDATE_FC...');

36: end if;
37:
38: Exception
39: When others then
40: FII_UTIL.Write_Log ('Unexpected error when calling UPDATE_FC...');
41: FII_UTIL.Write_Log ('Error Message: '|| substr(sqlerrm,1,180));
42: raise;
43:
44:

Line 41: FII_UTIL.Write_Log ('Error Message: '|| substr(sqlerrm,1,180));

37:
38: Exception
39: When others then
40: FII_UTIL.Write_Log ('Unexpected error when calling UPDATE_FC...');
41: FII_UTIL.Write_Log ('Error Message: '|| substr(sqlerrm,1,180));
42: raise;
43:
44:
45: END UPDATE_FC;