DBA Data[Home] [Help]

APPS.INV_COPY_ORGANIZATION_REPORT dependencies on BOM_STRUCTURES_B

Line 58: --| with BOM_STRUCTURES_B table. Bug: 4913484. |

54: --| in comparing routings |
55: --| 19/12/2005 vmutyala Modified Get_Err_Bom_Bom to remove inconsistancy |
56: --| in comparing Bom |
57: --| 20/01/2006 myerrams Replaced the view BOM_BILL_OF_MATERIALS |
58: --| with BOM_STRUCTURES_B table. Bug: 4913484. |
59: --| 26/12/2006 myerrams Bug5592181 Added New function Get_Err_StdOperations|
60: --| to Validate StandardOperations created for new org |
61: --| against those in model org. |
62: --+===========================================================================+

Line 1755: FROM BOM_STRUCTURES_B --myerrams, Bug: 4913484. Replaced the view BOM_BILL_OF_MATERIALS with BOM_STRUCTURES_B table

1751:
1752: CURSOR l_parent_cnt ( p_org_id NUMBER )
1753: IS
1754: SELECT COUNT(ASSEMBLY_ITEM_ID)
1755: FROM BOM_STRUCTURES_B --myerrams, Bug: 4913484. Replaced the view BOM_BILL_OF_MATERIALS with BOM_STRUCTURES_B table
1756: WHERE ORGANIZATION_ID = p_org_id;
1757:
1758: CURSOR l_child_1 ( p_model_org_id NUMBER
1759: , p_organization_id NUMBER