DBA Data[Home] [Help]

APPS.PA_INVOICE_XFER dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1369: hr_all_organization_units_tl org_tl

1365: SELECT TO_CHAR (type.cust_trx_type_id) cust_trx_type_id,
1366: TO_CHAR (type.credit_memo_type_id) credit_memo_type
1367: FROM ra_cust_trx_types type,
1368: hr_all_organization_units org,
1369: hr_all_organization_units_tl org_tl
1370: WHERE org_tl.organization_id = org.organization_id
1371: AND org_tl.language = p_basic_language
1372: AND org.organization_id = ip_org_id
1373: /* AND org.business_group_id = p_business_group_id */