DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on PA_FUNDS_CONTROL_PKG1

Line 8242: -- Note: For commitment Funds check, derive_rlmi is called in pa_funds_control_pkg1

8238:
8239: If p_calling_module in ('DISTBTC','DISTERADJ','CBC','EXPENDITURE','DISTCWKST','DISTVIADJ'
8240: ,'TRXIMPORT','RESERVE_BASELINE') then
8241:
8242: -- Note: For commitment Funds check, derive_rlmi is called in pa_funds_control_pkg1
8243: -- R12: BC-SLA Integration ..
8244:
8245: IF g_debug_mode = 'Y' THEN
8246: log_message(p_msg_token1 => 'inside the fundscheck setup api Calling Derive_rlmi ');

Line 8652: -- In normal FC mode, call pa_funds_control_pkg1.setup_start_end_date to derive dates

8648: /* ========================================================================================+
8649: Following code is incorrect ..not required.
8650: -- If p_mode is 'B' and 'S', use the period_name stamped on the txn. being funds checked
8651: -- to get the start and end date
8652: -- In normal FC mode, call pa_funds_control_pkg1.setup_start_end_date to derive dates
8653: log_message(p_msg_token1 =>'Mode ['||p_mode||'] Period name['||g_tab_period_name(i)||']');
8654:
8655: If p_mode in ('B','S') then -- Mode check
8656: Begin

Line 8687: log_message(p_msg_token1 => 'Calling pa_funds_control_pkg1.setup_start_end_date API');

8683: (l_pre_boundary_code is NULL or l_pre_boundary_code <> g_tab_boundary_code(i)) OR
8684: (l_pre_fc_sdate is NULL or l_pre_fc_edate is NULL OR
8685: trunc(l_trx_item_date) NOT BETWEEN l_pre_fc_sdate AND l_pre_fc_edate) THEN -- call date API
8686: If g_debug_mode = 'Y' THEN
8687: log_message(p_msg_token1 => 'Calling pa_funds_control_pkg1.setup_start_end_date API');
8688: End if;
8689:
8690: /*PAM changes derive start and end dates */
8691: pa_funds_control_pkg1.setup_start_end_date (

Line 8691: pa_funds_control_pkg1.setup_start_end_date (

8687: log_message(p_msg_token1 => 'Calling pa_funds_control_pkg1.setup_start_end_date API');
8688: End if;
8689:
8690: /*PAM changes derive start and end dates */
8691: pa_funds_control_pkg1.setup_start_end_date (
8692: p_packet_id => p_packet_id
8693: ,p_bc_packet_id => g_tab_bc_packet_id(i)
8694: ,p_project_id => g_tab_project_id(i)
8695: ,p_budget_version_id => g_tab_budget_version_id(i)

Line 11875: -- PA_FUNDS_CONTROL_PKG1.copy_gl_pkt_to_pa_pkt

11871: If g_debug_mode = 'Y' then
11872: log_message(p_stage => 10,p_msg_token1 => 'For CBC calling copy_gl_pkt_to_pa_pkt in mode ='||l_mode);
11873: end if;
11874:
11875: -- PA_FUNDS_CONTROL_PKG1.copy_gl_pkt_to_pa_pkt
11876: -- (p_packet_id => l_packet_id
11877: -- ,p_calling_module => p_calling_module
11878: -- ,p_return_code => l_return_status
11879: -- ,p_reference1 => p_reference1

Line 12033: If NOT PA_FUNDS_CONTROL_PKG1.create_unrsvd_lines

12029: If l_mode in ('U') and p_calling_module in ('GL','CBC') then
12030: If g_debug_mode = 'Y' then
12031: log_message(p_msg_token1 => ' calling create_unrsvd_lines api');
12032: end if;
12033: If NOT PA_FUNDS_CONTROL_PKG1.create_unrsvd_lines
12034: ( x_packet_id => l_packet_id
12035: ,p_mode => l_mode
12036: ,p_calling_module => p_calling_module
12037: ,p_reference1 => p_reference1

Line 12101: PA_FUNDS_CONTROL_PKG1.populate_plsql_tabs_CBC

12097: If g_debug_mode = 'Y' then
12098: log_message(p_msg_token1 => 'calling populate plsql tabs api');
12099: end if;
12100:
12101: PA_FUNDS_CONTROL_PKG1.populate_plsql_tabs_CBC
12102: (p_packet_id => l_packet_id
12103: ,p_calling_module => p_calling_module
12104: ,p_reference1 => p_reference1
12105: ,p_reference2 => p_reference2

Line 12168: -- Note: For commitment Funds check, populate_burden_cost is called in pa_funds_control_pkg1

12164: END IF;
12165:
12166: If p_calling_module in ('DISTBTC','DISTERADJ','CBC','EXPENDITURE','DISTCWKST','DISTVIADJ','TRXIMPORT') then
12167:
12168: -- Note: For commitment Funds check, populate_burden_cost is called in pa_funds_control_pkg1
12169: -- R12: BC-SLA Integration ..
12170:
12171: -----------------------------------------------------------------------------------------------------
12172: -- Populate the Burden cost for each record in packet if project type is of burden on same EI

Line 12181: PA_FUNDS_CONTROL_PKG1.Populate_burden_cost

12177: If g_debug_mode = 'Y' then
12178: log_message(p_stage => 50,p_msg_token1 => p_calling_module||':Calling Populate_burden_cost API');
12179: end if;
12180:
12181: PA_FUNDS_CONTROL_PKG1.Populate_burden_cost
12182: (p_packet_id => l_packet_id
12183: ,p_calling_module => p_calling_module
12184: ,x_return_status => l_return_status
12185: ,x_err_msg_code => l_err_msg_code);

Line 13228: pa_funds_control_pkg1.upd_cwk_attributes

13224:
13225: /* PAM changes */
13226: If p_calling_module = 'GL' Then
13227: -- update the cwk attributes for the passed transactions
13228: pa_funds_control_pkg1.upd_cwk_attributes
13229: (p_calling_module => p_calling_module
13230: ,p_packet_id => l_packet_id
13231: ,p_mode => l_mode
13232: ,p_reference => 'UPD_AMTS'

Line 13237: pa_funds_control_pkg1.upd_cwk_attributes(

13233: ,x_return_status => l_return_status
13234: );
13235:
13236: -- update the cwk compiled_multiplier
13237: pa_funds_control_pkg1.upd_cwk_attributes(
13238: p_calling_module => p_calling_module
13239: ,p_packet_id => l_packet_id
13240: ,p_mode => l_mode
13241: ,p_reference => 'UPD_MULTIPLIER'

Line 13444: pa_funds_control_pkg1.upd_cwk_attributes

13440: /* PAM changes */
13441: If p_calling_module in ('DISTCWKST') Then
13442: log_message(p_msg_token1 => 'Calling upd_cwk_attributes API');
13443: -- update the cwk attributes for the passed transactions
13444: pa_funds_control_pkg1.upd_cwk_attributes
13445: (p_calling_module => p_calling_module
13446: ,p_packet_id => l_packet_id
13447: ,p_mode => l_mode
13448: ,p_reference => 'UPD_AMTS'