DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on GMF_UTIL

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

149: * fnd_file.put_names( 'gmfaloc.log','gmfaloc.out','/tmp' );
150: */
151: alloc_log_msg( C_LOG_FILE, 'Starting Cost Allocation process' );
152: alloc_log_msg( C_LOG_FILE, 'Allocation Codes: ' || v_from_alloc_code || ' - ' ||v_to_alloc_code );
153: gmf_util.trace( 'Refresh Option: ' || v_refresh_interface , 1, 2 );
154:
155:
156: x_refresh_int := TO_NUMBER(v_refresh_interface);
157:

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

897: x_from_segment := l_seg_array(i);
898: END IF;
899: END IF;
900: END LOOP;
901: gmf_util.trace( 'From segment '||x_from_segment, 2, 2 );
902: ELSE
903: alloc_log_msg(C_LOG_FILE,FND_MESSAGE.GET);
904: RETURN;
905: END IF;

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

918: ELSE
919: x_to_segment := l_seg_array(i);
920: END IF;
921: END LOOP;
922: gmf_util.trace( 'To segment '||x_to_segment, 2, 2 );
923: ELSE
924: alloc_log_msg(C_LOG_FILE,FND_MESSAGE.GET);
925: RETURN;
926: END IF;

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

937:
938: WHILE (x_error_status <> 100 or x_error_status < 0)
939: LOOP
940:
941: gmf_util.trace( 'Values before call to get balances: ' ||
942: X_ledger_id || ' , ' ||
943: g_chart_of_accounts_id || ' , ' ||
944: g_periodyear || ' , ' ||
945: g_periodnumber || ' , ' ||

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

972: X_row_to_fetch,
973: X_error_status
974: );
975:
976: gmf_util.trace( 'Values after call to get balances: ' ||
977: X_ledger_id || ' , ' ||
978: g_chart_of_accounts_id || ' , ' ||
979: g_periodyear || ' , ' ||
980: g_periodnumber || ' , ' ||