DBA Data[Home] [Help]

APPS.ZX_PTP_MIGRATE_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 384: ,Financials_System_Params_All Fso

380: ,xle_assoc_object_types ctype_obj
381: ,xle_assoc_object_types ctype_sub
382: ,Hr_All_Organization_Units HrOU
383: ,Hr_Organization_Information HrOuInfo
384: ,Financials_System_Params_All Fso
385: ,Ap_System_Parameters_All ASP
386: ,Ar_System_Parameters_All ARP
387: ,Zx_party_tax_profile ptp
388: WHERE XEP.legal_entity_id = HrOuInfo.ORG_INFORMATION2

Line 525: FINANCIALS_SYSTEM_PARAMS_ALL FinSysParam,

521: HrLoc.Global_Attribute2 HR_REP_TYPE_INFO_EUR_GRC
522: FROM
523: HR_ORGANIZATION_INFORMATION HrOrgInfo,
524: HR_LOCATIONS_ALL HrLoc,
525: FINANCIALS_SYSTEM_PARAMS_ALL FinSysParam,
526: AR_SYSTEM_PARAMETERS_ALL ArSysParam,
527: HR_ALL_ORGANIZATION_UNITS HrOrgUnits,
528: ZX_PARTY_TAX_PROFILE PTP
529: WHERE

Line 690: ,Financials_System_Params_All Fso

686: FROM
687: xle_entity_profiles XEP,
688: Hr_Locations_All HrLoc
689: ,Hr_All_Organization_Units HrOU
690: ,Financials_System_Params_All Fso
691: WHERE
692: HrOU.location_id = HrLoc.location_id (+)
693: AND decode(l_multi_org_flag,'N',l_org_id,HrOU.organization_id) = decode(l_multi_org_flag,'N',l_org_id,Fso.org_id(+))
694: AND decode(l_multi_org_flag,'N',l_org_id,HrOU.organization_id(+)) = XEP.legal_entity_id

Line 820: ,Financials_System_Params_All Fso

816: ,xle_assoc_object_types ctype_obj
817: ,xle_assoc_object_types ctype_sub
818: ,Hr_All_Organization_Units HrOU
819: ,Hr_Organization_Information HrOuInfo
820: ,Financials_System_Params_All Fso
821: ,Ap_System_Parameters_All ASP
822: ,Ar_System_Parameters_All ARP
823: ,Zx_party_tax_profile ptp
824: WHERE XEP.legal_entity_id = HrOuInfo.ORG_INFORMATION2

Line 924: ,Financials_System_Params_All Fso

920: Hr_Locations_All HrLoc
921: ,xle_etb_profiles XEP
922: ,Hr_All_Organization_Units HrOU
923: ,Hr_Organization_Information HrOrgInfo
924: ,Financials_System_Params_All Fso
925: ,Ap_System_Parameters_All ASP
926: ,Ar_System_Parameters_All ARP
927: WHERE
928: XEP.legal_entity_id = HrOU.organization_id (+) --bug 4519314