DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_LOOKUPS

Line 520: from hr_lookups

516:
517:
518: cursor cur_costing_summary_accruals is
519: select meaning
520: from hr_lookups
521: where lookup_code = p_cost_summary_accruals
522: and lookup_type = 'PAY_PAYRPCBR';
523:
524: cursor cur_costing_summary_file_out is

Line 559: from hr_lookups

555: where assignment_set_id = to_number(p_cost_detail_asg_set);
556:
557: cursor cur_costing_detail_accruals is
558: select meaning
559: from hr_lookups
560: where lookup_code = p_cost_detail_accruals
561: and lookup_type = 'PAY_PAYRPCBR';
562:
563: