DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 2665: FROM hr_organization_information hoi,

2661: SELECT decode(fpg.multi_org_flag,'Y',TO_NUMBER(hoi.org_information3),TO_NUMBER(NULL)),
2662: TO_NUMBER(hoi.org_information1)
2663: INTO l_operating_unit_id,
2664: l_ledger_id
2665: FROM hr_organization_information hoi,
2666: fnd_product_groups fpg
2667: WHERE hoi.organization_id = p_organization_id
2668: AND hoi.org_information_context = 'Accounting Information';
2669: