DBA Data[Home] [Help]

APPS.PQP_GB_SS_ABSENCE_TEMPLATE dependencies on PQP_GB_GAP_BEN_FORMULAS

Line 78: l_ben_formulas pqp_gb_gap_ben_formulas.t_formulas;

74: l_ftype_id ff_formula_types.formula_type_id%TYPE;
75: l_ff_name ff_formulas_f.formula_name%TYPE;
76: l_ftype_name ff_formula_types.formula_type_name%TYPE;
77: l_request_id number;
78: l_ben_formulas pqp_gb_gap_ben_formulas.t_formulas;
79: l_error_code number;
80: l_err_msg VARCHAR2(100);
81: BEGIN
82: -- Query formula info (ie. the formula attached to this

Line 114: --pqp_gb_gap_ben_formulas.create_ben_formulas

110: --hr_utility.trace('Entered the If Stmt');
111: ----
112: ---- Create the BEN formulas
113: ----
114: --pqp_gb_gap_ben_formulas.create_ben_formulas
115: --(p_business_group_id => p_bg_id
116: --,p_effective_date => P_EFF_START_DATE
117: --,p_absence_pay_plan_category => P_ABSENCE_TYPE
118: --,p_base_name => UPPER(P_BASE_NAME)