DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_REPORT_PKG dependencies on PAY_JP_ITAX_PERSON_V

Line 270: 'from pay_jp_itax_person_v person

266: , TAX.ITAX_ADJUSTMENT2 D68
267: , OTHER2.ITW_SYSTEM_DESC1_KANJI D69');
268: --
269: append_from_clause(
270: 'from pay_jp_itax_person_v person
271: , pay_jp_itax_arch_v arch
272: , pay_jp_itax_tax_v tax
273: , pay_jp_itax_other_v other
274: , pay_jp_itax_other2_v2 other2');

Line 700: from pay_jp_itax_person_v person

696: p_xml => p_xml);
697: --
698: select to_number(to_char(PERSON.EFFECTIVE_DATE, 'YYYY'))
699: into p_year
700: from pay_jp_itax_person_v person
701: where person.action_information_id = p_archive_id;
702: END gen_per_xml;
703: --
704: BEGIN