DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_BEN dependencies on PQH_GSP_HR_TO_STAGE

Line 1095: l_opt_id := pqh_gsp_hr_to_stage.get_opt_for_point

1091: and l_opt_id is null
1092: and r_opt.information257 is not null
1093: and l_opt_name is not null then
1094: -- option may have been created thru step api. get the opt id
1095: l_opt_id := pqh_gsp_hr_to_stage.get_opt_for_point
1096: (p_point_id => r_opt.information257,
1097: p_effective_date => l_effective_date);
1098: hr_utility.set_location('opt found'||l_opt_id,5);
1099: if l_opt_id is null then