DBA Data[Home] [Help]

APPS.CSTPFCHK dependencies on BIS_DEBUG_PUB

Line 1046: BIS_DEBUG_PUB.Initialize;

1042: l_err_code := '';
1043: l_err_msg := '';
1044:
1045:
1046: BIS_DEBUG_PUB.Initialize;
1047: l_file:=BIS_DEBUG_PUB.Set_debug_mode('FILE');
1048: BIS_DEBUG_PUB.Debug_on;
1049:
1050: BIS_DEBUG_PUB.Add('Beginning Balance Cost Hook Reached');

Line 1047: l_file:=BIS_DEBUG_PUB.Set_debug_mode('FILE');

1043: l_err_msg := '';
1044:
1045:
1046: BIS_DEBUG_PUB.Initialize;
1047: l_file:=BIS_DEBUG_PUB.Set_debug_mode('FILE');
1048: BIS_DEBUG_PUB.Debug_on;
1049:
1050: BIS_DEBUG_PUB.Add('Beginning Balance Cost Hook Reached');
1051:

Line 1048: BIS_DEBUG_PUB.Debug_on;

1044:
1045:
1046: BIS_DEBUG_PUB.Initialize;
1047: l_file:=BIS_DEBUG_PUB.Set_debug_mode('FILE');
1048: BIS_DEBUG_PUB.Debug_on;
1049:
1050: BIS_DEBUG_PUB.Add('Beginning Balance Cost Hook Reached');
1051:
1052: --------------------------------------------------------------------

Line 1050: BIS_DEBUG_PUB.Add('Beginning Balance Cost Hook Reached');

1046: BIS_DEBUG_PUB.Initialize;
1047: l_file:=BIS_DEBUG_PUB.Set_debug_mode('FILE');
1048: BIS_DEBUG_PUB.Debug_on;
1049:
1050: BIS_DEBUG_PUB.Add('Beginning Balance Cost Hook Reached');
1051:
1052: --------------------------------------------------------------------
1053: -- Copy from previous period, if this is not the first run period --
1054: --------------------------------------------------------------------