DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_FEEDS_HOOK dependencies on PAY_INPUT_VALUES_F

Line 90: from pay_input_values_f

86: ,cp_business_group_id NUMBER
87: ,cp_effective_date DATE
88: ) IS
89: select element_type_id
90: from pay_input_values_f
91: where input_value_id = cp_input_value_id
92: and ((business_group_id IS NULL AND legislation_code = 'US') OR -- For Seeded
93: (business_group_id = cp_business_group_id AND legislation_code IS NULL) -- For Custom
94: )