DBA Data[Home] [Help]

APPS.PAY_US_TAXBAL_VIEW_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 3279: pay_element_types_f ET

3275: and PACT.effective_date between FEED.effective_start_date
3276: and FEED.effective_end_date
3277: and EXISTS ( select 'x'
3278: from pay_taxability_rules TR,
3279: pay_element_types_f ET
3280: where ET.element_type_id = RR.element_type_id
3281: and PACT.date_earned between ET.effective_start_date
3282: and ET.effective_end_date
3283: and TR.classification_id = ET.classification_id + 0

Line 3386: pay_element_types_f ET

3382: and PACT.effective_date between FEED.effective_start_date
3383: and FEED.effective_end_date
3384: and EXISTS ( select 'x'
3385: from pay_taxability_rules TR,
3386: pay_element_types_f ET
3387: where ET.element_type_id = RR.element_type_id
3388: and PACT.date_earned between ET.effective_start_date
3389: and ET.effective_end_date
3390: and TR.classification_id = ET.classification_id + 0

Line 4011: pay_element_types_f ET

4007: and PACT.effective_date between FEED.effective_start_date
4008: and FEED.effective_end_date
4009: and EXISTS ( select 'x'
4010: from pay_taxability_rules TR,
4011: pay_element_types_f ET
4012: where ET.element_type_id = RR.element_type_id
4013: and PACT.date_earned between ET.effective_start_date
4014: and ET.effective_end_date
4015: and TR.classification_id = ET.classification_id + 0

Line 4119: pay_element_types_f ET

4115: and PACT.effective_date between FEED.effective_start_date
4116: and FEED.effective_end_date
4117: and EXISTS ( select 'x'
4118: from pay_taxability_rules TR,
4119: pay_element_types_f ET
4120: where ET.element_type_id = RR.element_type_id
4121: and PACT.date_earned between ET.effective_start_date
4122: and ET.effective_end_date
4123: and TR.classification_id = ET.classification_id + 0