DBA Data[Home] [Help]

APPS.BOM_COMPONENT_API dependencies on FND_PRODUCT_INSTALLATIONS

Line 2902: FROM fnd_product_installations

2898: stmt_num := 15;
2899: BEGIN
2900: SELECT distinct 'I'
2901: INTO oe_install
2902: FROM fnd_product_installations
2903: WHERE application_id = 300
2904: AND status = 'I';
2905:
2906: IF (oe_install = 'I') and (c3rec.CQ <> round(c3rec.CQ)) and

Line 4092: FROM fnd_product_installations

4088: stmt_num := 15;
4089: BEGIN
4090: SELECT distinct 'I'
4091: INTO oe_install
4092: FROM fnd_product_installations
4093: WHERE application_id = 300
4094: AND status = 'I';
4095:
4096: IF (oe_install = 'I') and (c1rec.CQ <> round(c1rec.CQ)) and