DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_LOOKUPS

Line 788: from hr_lookups

784:
785:
786: cursor cur_costing_summary_accruals is
787: select meaning
788: from hr_lookups
789: where lookup_code = p_cost_summary_accruals
790: and lookup_type = 'PAY_PAYRPCBR';
791:
792: cursor cur_costing_summary_file_out is

Line 827: from hr_lookups

823: where assignment_set_id = to_number(p_cost_detail_asg_set);
824:
825: cursor cur_costing_detail_accruals is
826: select meaning
827: from hr_lookups
828: where lookup_code = p_cost_detail_accruals
829: and lookup_type = 'PAY_PAYRPCBR';
830:
831:

Line 2503: from hr_lookups

2499:
2500:
2501: cursor cur_costing_summary_accruals is
2502: select meaning
2503: from hr_lookups
2504: where lookup_code = p_cost_summary_accruals
2505: and lookup_type = 'PAY_PAYRPCBR';
2506:
2507: cursor cur_costing_summary_file_out is

Line 2542: from hr_lookups

2538: where assignment_set_id = to_number(p_cost_detail_asg_set);
2539:
2540: cursor cur_costing_detail_accruals is
2541: select meaning
2542: from hr_lookups
2543: where lookup_code = p_cost_detail_accruals
2544: and lookup_type = 'PAY_PAYRPCBR';
2545:
2546: --bug 12704242