DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on INV_PROJECT

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

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

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

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

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

1751: p_product_rec.secondary_quantity := NULL;
1752: p_product_rec.secondary_uom := NULL;
1753: END IF;
1754:
1755: p_product_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1756: p_product_rec.current_org_id) ;
1757:
1758: write_group_begin('Products');
1759: XML_write('organization',p_product_rec.organization);

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

1830: p_component_rec.secondary_quantity := NULL;
1831: p_component_rec.secondary_uom := NULL;
1832: END IF;
1833:
1834: p_component_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
1835: p_component_rec.current_org_id) ;
1836:
1837: write_group_begin('Components');
1838: XML_write('organization', p_component_rec.organization);

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

2122: Open get_source_meaning;
2123: Fetch get_source_meaning Into p_quality_samples_rec.sample_source;
2124: Close get_source_meaning;
2125:
2126: p_quality_samples_rec.locator := INV_PROJECT.GET_LOCATOR(l_locator_id,
2127: p_quality_samples_rec.current_org_id) ;
2128: Open get_org;
2129: Fetch get_org into p_quality_samples_rec.organization;
2130: Close get_org;