DBA Data[Home] [Help]

APPS.PA_INVOICE_XFER dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1371: hr_all_organization_units_tl org_tl

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