DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on PAY_JP_PRE_ITAX_V1

Line 849: from pay_jp_pre_itax_v1 v1

845: v1.effective_date,
846: v1.date_earned,
847: v1.assignment_id,
848: v1.action_sequence
849: from pay_jp_pre_itax_v1 v1
850: where v1.business_group_id = p_business_group_id
851: and to_char(v1.effective_date, 'YYYY') = p_year
852: and v1.assignment_id = p_assignment_id
853: --