DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on FND_PRODUCT_GROUPS

Line 2629: fnd_product_groups fpg

2625: TO_NUMBER(hoi.org_information1)
2626: INTO l_operating_unit_id,
2627: l_ledger_id
2628: FROM hr_organization_information hoi,
2629: fnd_product_groups fpg
2630: WHERE hoi.organization_id = p_organization_id
2631: AND hoi.org_information_context = 'Accounting Information';
2632:
2633: l_stmt_num := 20;