DBA Data[Home] [Help]

APPS.ZX_PTP_MIGRATE_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 378: ,Financials_System_Params_All Fso

374: Hr_Locations_All HrLoc
375: ,xle_etb_profiles XEP
376: ,Hr_All_Organization_Units HrOU
377: ,Hr_Organization_Information HrOrgInfo
378: ,Financials_System_Params_All Fso
379: ,Ap_System_Parameters_All ASP
380: ,Ar_System_Parameters_All ARP
381: ,Zx_party_tax_profile ptp
382: WHERE

Line 514: FINANCIALS_SYSTEM_PARAMS_ALL FinSysParam,

510: HrLoc.Global_Attribute2 HR_REP_TYPE_INFO_EUR_GRC
511: FROM
512: HR_ORGANIZATION_INFORMATION HrOrgInfo,
513: HR_LOCATIONS_ALL HrLoc,
514: FINANCIALS_SYSTEM_PARAMS_ALL FinSysParam,
515: AR_SYSTEM_PARAMETERS_ALL ArSysParam,
516: HR_ALL_ORGANIZATION_UNITS HrOrgUnits,
517: ZX_PARTY_TAX_PROFILE PTP
518: WHERE

Line 679: ,Financials_System_Params_All Fso

675: FROM
676: xle_entity_profiles XEP,
677: Hr_Locations_All HrLoc
678: ,Hr_All_Organization_Units HrOU
679: ,Financials_System_Params_All Fso
680: WHERE
681: HrOU.location_id = HrLoc.location_id (+)
682: 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(+))
683: AND decode(l_multi_org_flag,'N',l_org_id,HrOU.organization_id(+)) = XEP.legal_entity_id

Line 804: ,Financials_System_Params_All Fso

800: Hr_Locations_All HrLoc
801: ,xle_etb_profiles XEP
802: ,Hr_All_Organization_Units HrOU
803: ,Hr_Organization_Information HrOrgInfo
804: ,Financials_System_Params_All Fso
805: ,Ap_System_Parameters_All ASP
806: ,Ar_System_Parameters_All ARP
807: WHERE
808: XEP.legal_entity_id = HrOU.organization_id (+) --bug 4519314