DBA Data[Home] [Help]

APPS.PAY_AU_EXC dependencies on PAY_ASSIGNMENT_ACTIONS_V

Line 238: from pay_assignment_actions_v

234: ) is
235: --
236: cursor csr_get_business_group is
237: select business_group_id
238: from pay_assignment_actions_v
239: where assignment_action_id = p_user_assignment_action_id;
240:
241: --
242: l_user_span_start date;