DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on GMF_UTIL

Line 170: gmf_util.trace( 'Refresh Option: ' || v_refresh_interface , 1, 2 );

166: alloc_log_msg( C_LOG_FILE, 'Cost Type : '|| g_cost_type_id );
167: alloc_log_msg( C_LOG_FILE, 'Fiscal Year : '|| g_periodyear );
168: alloc_log_msg( C_LOG_FILE, 'Fiscal Period : '|| g_periodnumber);
169: alloc_log_msg( C_LOG_FILE, 'Allocation Codes: ' || v_from_alloc_code || ' - ' ||v_to_alloc_code );
170: gmf_util.trace( 'Refresh Option: ' || v_refresh_interface , 1, 2 );
171:
172:
173: x_refresh_int := TO_NUMBER(v_refresh_interface);
174:

Line 1052: gmf_util.trace( ' From segment '||x_from_segment, 2, C_LOG_FILE );

1048: x_from_segment := l_seg_array(i);
1049: END IF;
1050: END IF;
1051: END LOOP;
1052: gmf_util.trace( ' From segment '||x_from_segment, 2, C_LOG_FILE );
1053: ELSE
1054: alloc_log_msg(C_LOG_FILE,FND_MESSAGE.GET);
1055: RETURN;
1056: END IF;

Line 1073: gmf_util.trace( ' To segment '||x_to_segment, 2, C_LOG_FILE );

1069: ELSE
1070: x_to_segment := l_seg_array(i);
1071: END IF;
1072: END LOOP;
1073: gmf_util.trace( ' To segment '||x_to_segment, 2, C_LOG_FILE );
1074: ELSE
1075: alloc_log_msg(C_LOG_FILE,FND_MESSAGE.GET);
1076: RETURN;
1077: END IF;

Line 1100: gmf_util.trace( ' Values before call to get balances: ' ||

1096:
1097: WHILE (x_error_status <> 100 or x_error_status < 0)
1098: LOOP
1099:
1100: gmf_util.trace( ' Values before call to get balances: ' ||
1101: X_ledger_id || ' , ' ||
1102: g_chart_of_accounts_id || ' , ' ||
1103: g_periodyear || ' , ' ||
1104: g_periodnumber || ' , ' ||

Line 1157: gmf_util.trace( ' Values after call to get balances: ' ||

1153: --End Bug 9241807
1154:
1155: **/
1156:
1157: gmf_util.trace( ' Values after call to get balances: ' ||
1158: X_ledger_id || ' , ' ||
1159: g_chart_of_accounts_id || ' , ' ||
1160: g_periodyear || ' , ' ||
1161: g_periodnumber || ' , ' ||