DBA Data[Home] [Help]

APPS.LNS_BILLING_BATCH_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 3006: from hr_all_organization_units_tl

3002:
3003: /* query for org name */
3004: CURSOR org_cur(P_ORG_ID number) IS
3005: select name
3006: from hr_all_organization_units_tl
3007: where ORGANIZATION_ID = P_ORG_ID and
3008: language(+) = userenv('LANG');
3009:
3010: BEGIN

Line 3291: 'hr_all_organization_units_tl org, ' ||

3287:
3288: 'FROM lns_loan_headers_all loan, ' ||
3289: 'hz_parties party, ' ||
3290: 'fnd_territories_tl terr, ' ||
3291: 'hr_all_organization_units_tl org, ' ||
3292: 'LNS_PAYMENTS_SUMMARY_V payment_summary, ' ||
3293: 'lns_amortization_scheds am, ' ||
3294: 'hz_locations loc, ' ||
3295: 'hz_cust_acct_sites_all acct_site, ' ||