DBA Data[Home] [Help]

APPS.ZX_PTP_MIGRATE_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 182: | 3.AR System Parameters All |

178: | |
179: | Used to create the registrations for various entities like |
180: | 1.HR Organization Information |
181: | 2.Hr Locations |
182: | 3.AR System Parameters All |
183: | 4.Financial Systems Parameters All |
184: | |
185: | SCOPE - PUBLIC |
186: | |

Line 251: | 3.AR System Parameters All |

247: | Used to create the reporting type associations |
248: | for various entities like |
249: | 1.HR Organization Information |
250: | 2.Hr Locations |
251: | 3.AR System Parameters All |
252: | 4.Financial Systems Parameters All |
253: | |
254: | SCOPE - PUBLIC |
255: | |

Line 380: ,Ar_System_Parameters_All ARP

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
383: XEP.legal_entity_id = HrOU.organization_id (+) --bug 4519314
384: AND XEP.party_id = PTP.party_Id

Line 515: AR_SYSTEM_PARAMETERS_ALL ArSysParam,

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
519: nvl(ptp.Party_Type_code,p_party_type_code) = p_party_type_code

Line 806: ,Ar_System_Parameters_All ARP

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
809: AND decode(l_multi_org_flag,'N',l_org_id,HrOu.organization_id) =
810: decode(l_multi_org_flag,'N',l_org_id,HrOrgInfo.organization_id(+))