DBA Data[Home] [Help]

APPS.PAY_JP_LTAX_EFILE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 86: from hr_organization_information hoi,

82: to_number(hoi.org_information3) data_record_detail,
83: to_number(hoi.org_information4) data_record_formatter,
84: to_number(hoi.org_information5) trailer_record_formatter,
85: to_number(hoi.org_information6) end_record_formatter
86: from hr_organization_information hoi,
87: hr_all_organization_units hou
88: where hou.organization_id = g_parameter.organization_id
89: and hoi.organization_id(+) = hou.organization_id
90: and hoi.org_information_context(+) = 'JP_LTAX_EFILE';