DBA Data[Home] [Help]

APPS.HRI_OLTP_DISC_WRKFRC dependencies on HRI_BPL_ABV

Line 884: RETURN (hri_bpl_abv.calc_abv

880: ELSE
881: cache_bmt_code(p_bmt_meaning => p_bmt_meaning);
882: END IF;
883:
884: RETURN (hri_bpl_abv.calc_abv
885: (p_assignment_id => p_assignment_id,
886: p_business_group_id => p_business_group_id,
887: p_budget_type => g_bmt_code,
888: p_effective_date => p_effective_date));

Line 913: RETURN (hri_bpl_abv.calc_abv

909: ELSE
910: cache_bmt_code(p_bmt_meaning => p_bmt_meaning);
911: END IF;
912:
913: RETURN (hri_bpl_abv.calc_abv
914: (p_assignment_id => p_assignment_id,
915: p_business_group_id => p_business_group_id,
916: p_budget_type => g_bmt_code,
917: p_effective_date => p_effective_date,