DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on INV_PROJECT

Line 1461: p_material_txn_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,

1457: IF g_tracking_quantity_ind <> 'PS' THEN
1458: p_material_txn_rec.secondary_quantity := NULL;
1459: END IF;
1460:
1461: p_material_txn_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1462: p_material_txn_rec.current_org_id) ;
1463: if (l_source_code='WSM'
1464: and p_material_txn_rec.object_type = 1
1465: and l_transaction_type_id in (32, 42) )

Line 1636: p_pending_txn_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,

1632: IF g_tracking_quantity_ind <> 'PS' THEN
1633: p_pending_txn_rec.secondary_quantity := NULL;
1634: END IF;
1635:
1636: p_pending_txn_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1637: p_pending_txn_rec.current_org_id) ;
1638: if (l_source_code='WSM'
1639: and p_pending_txn_rec.object_type = 1
1640: and l_transaction_type_id in (32, 42) )

Line 1747: p_product_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,

1743: p_product_rec.secondary_quantity := NULL;
1744: p_product_rec.secondary_uom := NULL;
1745: END IF;
1746:
1747: p_product_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1748: p_product_rec.current_org_id) ;
1749:
1750: write_group_begin('Products');
1751: XML_write('organization',p_product_rec.organization);

Line 1826: p_component_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,

1822: p_component_rec.secondary_quantity := NULL;
1823: p_component_rec.secondary_uom := NULL;
1824: END IF;
1825:
1826: p_component_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1827: p_component_rec.current_org_id) ;
1828:
1829: write_group_begin('Components');
1830: XML_write('organization', p_component_rec.organization);

Line 2081: p_quality_samples_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,

2077: , l_locator_id
2078: ;
2079: Exit when l_rec_query %NOTFOUND;
2080:
2081: p_quality_samples_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
2082: p_quality_samples_rec.current_org_id) ;
2083: Open get_org;
2084: Fetch get_org into p_quality_samples_rec.organization;
2085: Close get_org;