DBA Data[Home] [Help]

APPS.PAY_CNT_BUS dependencies on PAY_US_EMP_FED_TAX_RULES_F

Line 22: -- - assignment exists in the pay_us_emp_fed_tax_rules_f table

18: -- - an entry in PER_ASSIGNMENTS_F
19: -- - a business group id that match the business group id of the
20: -- - tax record.
21: -- - met defaulting criteria by checking to see if the current
22: -- - assignment exists in the pay_us_emp_fed_tax_rules_f table
23: -- - between the effective start date and effective end date.
24: --
25: -- Pre_conditions:
26: -- A valid business_group_id

Line 75: from pay_us_emp_fed_tax_rules_f

71: effective_end_date;
72: --
73: cursor csr_defaulting is
74: select null
75: from pay_us_emp_fed_tax_rules_f
76: where assignment_id = p_assignment_id
77: and p_effective_date between effective_start_date and
78: effective_end_date;
79: --