DBA Data[Home] [Help]

APPS.PAY_US_TAXBAL_VIEW_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 3749: pay_element_types_f ET

3745: and PACT.effective_date between FEED.effective_start_date
3746: and FEED.effective_end_date
3747: and EXISTS ( select 'x'
3748: from pay_taxability_rules TR,
3749: pay_element_types_f ET
3750: where ET.element_type_id = RR.element_type_id
3751: and PACT.date_earned between ET.effective_start_date
3752: and ET.effective_end_date
3753: and TR.classification_id = ET.classification_id + 0

Line 3856: pay_element_types_f ET

3852: and PACT.effective_date between FEED.effective_start_date
3853: and FEED.effective_end_date
3854: and EXISTS ( select 'x'
3855: from pay_taxability_rules TR,
3856: pay_element_types_f ET
3857: where ET.element_type_id = RR.element_type_id
3858: and PACT.date_earned between ET.effective_start_date
3859: and ET.effective_end_date
3860: and TR.classification_id = ET.classification_id + 0

Line 4481: pay_element_types_f ET

4477: and PACT.effective_date between FEED.effective_start_date
4478: and FEED.effective_end_date
4479: and EXISTS ( select 'x'
4480: from pay_taxability_rules TR,
4481: pay_element_types_f ET
4482: where ET.element_type_id = RR.element_type_id
4483: and PACT.date_earned between ET.effective_start_date
4484: and ET.effective_end_date
4485: and TR.classification_id = ET.classification_id + 0

Line 4589: pay_element_types_f ET

4585: and PACT.effective_date between FEED.effective_start_date
4586: and FEED.effective_end_date
4587: and EXISTS ( select 'x'
4588: from pay_taxability_rules TR,
4589: pay_element_types_f ET
4590: where ET.element_type_id = RR.element_type_id
4591: and PACT.date_earned between ET.effective_start_date
4592: and ET.effective_end_date
4593: and TR.classification_id = ET.classification_id + 0