DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on FND_ID_FLEX_STRUCTURES

Line 3666: , fnd_id_flex_structures ffs

3662: id_flex_num
3663: INTO l_structure_num
3664: FROM
3665: org_organization_definitions ood
3666: , fnd_id_flex_structures ffs
3667: WHERE
3668: ood.organization_id = p_organization_id
3669: AND ffs.id_flex_code = 'GL#'
3670: AND ood.chart_of_accounts_id = ffs.id_flex_num;