DBA Data[Home] [Help]

APPS.FII_GL_JE_B_C dependencies on FII_MESSAGE

Line 766: FII_MESSAGE.write_output (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);

762: -------------------------------------------------
763: -- Write out translated message to let user know
764: -- there are missing exchange rate information
765: -------------------------------------------------
766: FII_MESSAGE.write_output (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
767: FII_MESSAGE.write_log (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
768: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
769:
770: ----FII_UTIL.put_line('Missing currency conversion rates found, program will exit with error status. Please fix the missing conversion rates');

Line 767: FII_MESSAGE.write_log (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);

763: -- Write out translated message to let user know
764: -- there are missing exchange rate information
765: -------------------------------------------------
766: FII_MESSAGE.write_output (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
767: FII_MESSAGE.write_log (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
768: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
769:
770: ----FII_UTIL.put_line('Missing currency conversion rates found, program will exit with error status. Please fix the missing conversion rates');
771:

Line 768: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);

764: -- there are missing exchange rate information
765: -------------------------------------------------
766: FII_MESSAGE.write_output (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
767: FII_MESSAGE.write_log (msg_name => 'FII_MISS_EXCH_RATE_FOUND', token_num => 0);
768: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
769:
770: ----FII_UTIL.put_line('Missing currency conversion rates found, program will exit with error status. Please fix the missing conversion rates');
771:
772: g_retcode := -1;

Line 800: FII_MESSAGE.write_output (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);

796: -- If there are missing time records
797: --------------------------------------
798: IF (l_check_time_dim) THEN
799:
800: FII_MESSAGE.write_output (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
801: FII_MESSAGE.write_log (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
802: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
803:
804: ----FII_UTIL.put_line('Time Dimension is not fully populated. Please populate Time dimension to cover the date range you are collecting');

Line 801: FII_MESSAGE.write_log (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);

797: --------------------------------------
798: IF (l_check_time_dim) THEN
799:
800: FII_MESSAGE.write_output (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
801: FII_MESSAGE.write_log (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
802: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
803:
804: ----FII_UTIL.put_line('Time Dimension is not fully populated. Please populate Time dimension to cover the date range you are collecting');
805:

Line 802: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);

798: IF (l_check_time_dim) THEN
799:
800: FII_MESSAGE.write_output (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
801: FII_MESSAGE.write_log (msg_name => 'FII_TIME_DIM_STALE', token_num => 0);
802: FII_MESSAGE.write_log (msg_name => 'FII_REFER_TO_OUTPUT', token_num => 0);
803:
804: ----FII_UTIL.put_line('Time Dimension is not fully populated. Please populate Time dimension to cover the date range you are collecting');
805:
806: g_retcode := -1; --we set it error out for missing time

Line 2678: FII_MESSAGE.Write_Log

2674: -- Print out the dynamic SQL statements if running in debug mode
2675: IF g_debug_flag = 'Y' THEN
2676: fii_util.put_line('l_sqlstmt = '|| l_sqlstmt);
2677:
2678: FII_MESSAGE.Write_Log
2679: (msg_name => 'FII_ROUTINE_VAL',
2680: token_num => 3 ,
2681: t1 => 'ROUTINE',
2682: v1 => 'FII_GL_JE_B_C.INSERT_CARRYFWD_BASE()',

Line 2754: FII_MESSAGE.Write_Log

2750: -- Print out the dynamic SQL statements if running in debug mode
2751: IF g_debug_flag = 'Y' THEN
2752: fii_util.put_line('l_sqlstmt = '|| l_sqlstmt);
2753:
2754: FII_MESSAGE.Write_Log
2755: (msg_name => 'FII_ROUTINE_VAL',
2756: token_num => 3 ,
2757: t1 => 'ROUTINE',
2758: v1 => 'FII_GL_JE_B_C.INSERT_CARRYFWD_BASE()',

Line 2831: FII_MESSAGE.Write_Log

2827: -- Print out the dynamic SQL statements if running in debug mode
2828: IF g_debug_flag = 'Y' THEN
2829: fii_util.put_line('l_sqlstmt = '|| l_sqlstmt);
2830:
2831: FII_MESSAGE.Write_Log
2832: (msg_name => 'FII_ROUTINE_VAL',
2833: token_num => 3 ,
2834: t1 => 'ROUTINE',
2835: v1 => 'FII_GL_JE_B_C.INSERT_CARRYFWD_BASE()',

Line 3030: FII_MESSAGE.Write_Log

3026: -- Print out the dynamic SQL statements if running in debug mode
3027: IF g_debug_flag = 'Y' THEN
3028: fii_util.put_line('l_sqlstmt = '|| l_sqlstmt);
3029:
3030: FII_MESSAGE.Write_Log
3031: (msg_name => 'FII_ROUTINE_VAL',
3032: token_num => 3 ,
3033: t1 => 'ROUTINE',
3034: v1 => 'FII_GL_JE_B_C.INSERT_ENC_CARRYFWD()',

Line 3087: FII_MESSAGE.Write_Log (msg_name => 'FII_INV_ENC_CURR_CODE',

3083: -- Set the return code so the program will ends with warning.
3084: l_ret_code := 'W';
3085:
3086: FII_UTIL.Write_Output (' ');
3087: FII_MESSAGE.Write_Log (msg_name => 'FII_INV_ENC_CURR_CODE',
3088: token_num => 0);
3089: FII_MESSAGE.Write_Log (msg_name => 'FII_REFER_TO_OUTPUT',
3090: token_num => 0);
3091: FII_UTIL.put_line('');

Line 3089: FII_MESSAGE.Write_Log (msg_name => 'FII_REFER_TO_OUTPUT',

3085:
3086: FII_UTIL.Write_Output (' ');
3087: FII_MESSAGE.Write_Log (msg_name => 'FII_INV_ENC_CURR_CODE',
3088: token_num => 0);
3089: FII_MESSAGE.Write_Log (msg_name => 'FII_REFER_TO_OUTPUT',
3090: token_num => 0);
3091: FII_UTIL.put_line('');
3092: FII_MESSAGE.Write_Output (msg_name => 'FII_INV_ENC_CURR_CODE',
3093: token_num => 0);

Line 3092: FII_MESSAGE.Write_Output (msg_name => 'FII_INV_ENC_CURR_CODE',

3088: token_num => 0);
3089: FII_MESSAGE.Write_Log (msg_name => 'FII_REFER_TO_OUTPUT',
3090: token_num => 0);
3091: FII_UTIL.put_line('');
3092: FII_MESSAGE.Write_Output (msg_name => 'FII_INV_ENC_CURR_CODE',
3093: token_num => 0);
3094: l_print_hdr1 := TRUE;
3095: END IF;
3096:

Line 3163: FII_MESSAGE.Write_Log

3159: -- Print out the dynamic SQL statements if running in debug mode
3160: IF g_debug_flag = 'Y' THEN
3161: fii_util.put_line('l_sqlstmt = '|| l_sqlstmt);
3162:
3163: FII_MESSAGE.Write_Log
3164: (msg_name => 'FII_ROUTINE_VAL',
3165: token_num => 3 ,
3166: t1 => 'ROUTINE',
3167: v1 => 'FII_GL_JE_B_C.INSERT_ENC_CARRYFWD()',

Line 3298: FII_MESSAGE.write_log( msg_name => 'FII_BAD_GLOBAL_PARA',

3294: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
3295: l_global_param_list(2) := 'BIS_PRIMARY_CURRENCY_CODE';
3296: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
3297: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
3298: FII_MESSAGE.write_log( msg_name => 'FII_BAD_GLOBAL_PARA',
3299: token_num => 0);
3300: FII_MESSAGE.write_output(msg_name => 'FII_BAD_GLOBAL_PARA',
3301: token_num => 0);
3302:

Line 3300: FII_MESSAGE.write_output(msg_name => 'FII_BAD_GLOBAL_PARA',

3296: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
3297: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
3298: FII_MESSAGE.write_log( msg_name => 'FII_BAD_GLOBAL_PARA',
3299: token_num => 0);
3300: FII_MESSAGE.write_output(msg_name => 'FII_BAD_GLOBAL_PARA',
3301: token_num => 0);
3302:
3303: l_ret_val := FND_CONCURRENT.Set_Completion_Status(
3304: status => 'ERROR',

Line 3358: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);

3354: l_slg_chg := CHECK_IF_SLG_SET_UP_CHANGE;
3355: l_prd_chg := CHECK_IF_PRD_SET_UP_CHANGE;
3356:
3357: IF (l_slg_chg = 'TRUE') THEN
3358: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);
3359: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);
3360: ----FII_UTIL.put_line('Source Ledger Group setup has changed. Please run the Request Set in the Initial mode to repopulate the summaries.');
3361: END IF;
3362:

Line 3359: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);

3355: l_prd_chg := CHECK_IF_PRD_SET_UP_CHANGE;
3356:
3357: IF (l_slg_chg = 'TRUE') THEN
3358: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);
3359: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);
3360: ----FII_UTIL.put_line('Source Ledger Group setup has changed. Please run the Request Set in the Initial mode to repopulate the summaries.');
3361: END IF;
3362:
3363: IF (l_prd_chg = 'TRUE') THEN

Line 3364: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);

3360: ----FII_UTIL.put_line('Source Ledger Group setup has changed. Please run the Request Set in the Initial mode to repopulate the summaries.');
3361: END IF;
3362:
3363: IF (l_prd_chg = 'TRUE') THEN
3364: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);
3365: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);
3366: ----FII_UTIL.put_line('Product Assignment has changed. Please run the Request Set in the Initial mode to repopulate the summaries.');
3367: END IF;
3368:

Line 3365: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);

3361: END IF;
3362:
3363: IF (l_prd_chg = 'TRUE') THEN
3364: FII_MESSAGE.write_output (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);
3365: FII_MESSAGE.write_log (msg_name => 'FII_TRUNC_SUMMARY_PRD', token_num => 0);
3366: ----FII_UTIL.put_line('Product Assignment has changed. Please run the Request Set in the Initial mode to repopulate the summaries.');
3367: END IF;
3368:
3369: -- should fail the program if either slg or prd changed