DBA Data[Home] [Help]

APPS.WSM_WLT_VALIDATE_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 3022: hr_organization_information hoi,

3018: into l_exists
3019: from gl_code_combinations gcc,
3020: -- ST : Performance bug fix 4914162 : Remove the use of org_organization_definitions.
3021: -- org_organization_definitions ood
3022: hr_organization_information hoi,
3023: gl_sets_of_books gsob
3024: -- where p_resulting_job_rec.organization_id = ood.organization_id
3025: where p_resulting_job_rec.organization_id = hoi.organization_id
3026: -- and ood.chart_of_accounts_id = gcc.chart_of_accounts_id

Line 5315: hr_organization_information hoi,

5311: into l_dummy
5312: from gl_code_combinations gcc,
5313: -- ST : Performance bug fix 4914162 : Remove the use of org_organization_definitions.
5314: -- org_organization_definitions ood
5315: hr_organization_information hoi,
5316: gl_sets_of_books gsob
5317: -- where p_txn_org_id = ood.organization_id
5318: where p_txn_org_id = hoi.organization_id
5319: -- and ood.chart_of_accounts_id = gcc.chart_of_accounts_id