DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_FLEX_MAPPING_PVT

Line 3506: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID

3502: ((c_position_distr_rec.effective_start_date < l_year_start_date) and
3503: (c_position_distr_rec.effective_end_date > l_year_end_date)))) then
3504: begin
3505:
3506: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID
3507: (p_api_version => 1.0,
3508: p_ccid => c_position_distr_rec.code_combination_id,
3509: p_budget_year_type_id => l_budget_year_type_id,
3510: p_flexfield_mapping_set_id => p_flex_mapping_set_id,

Line 3867: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID

3863: ((c_position_distr_rec.effective_start_date < l_year_start_date) and
3864: (c_position_distr_rec.effective_end_date > l_year_end_date)))) then
3865: begin
3866:
3867: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID
3868: (p_api_version => 1.0,
3869: p_ccid => c_position_distr_rec.code_combination_id,
3870: p_budget_year_type_id => l_budget_year_type_id,
3871: p_flexfield_mapping_set_id => p_flex_mapping_set_id,

Line 4716: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID

4712:
4713: if p_flex_mapping_set_id is not null then
4714: begin
4715:
4716: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID
4717: (p_api_version => 1.0,
4718: p_ccid => c_wal_rec.code_combination_id,
4719: p_budget_year_type_id => l_budget_year_type_id,
4720: p_flexfield_mapping_set_id => p_flex_mapping_set_id,

Line 12809: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID

12805: ((c_elemdist_rec.effective_start_date < l_year_start_date) and
12806: (c_elemdist_rec.effective_end_date > l_year_end_date)))) then
12807: begin
12808: --
12809: l_mapped_ccid := PSB_FLEX_MAPPING_PVT.Get_Mapped_CCID
12810: (p_api_version => 1.0,
12811: p_ccid => c_elemdist_rec.code_combination_id,
12812: p_budget_year_type_id => l_budget_year_type_id,
12813: p_flexfield_mapping_set_id => p_flex_mapping_set_id,