DBA Data[Home] [Help]

APPS.GMD_SS_LOT_WF_PKG dependencies on GMD_SS_MATERIAL_SOURCES

Line 90: FROM gmd_ss_material_sources a,

86: SELECT DISTINCT a.lot_number ,b.meaning, e.ss_no, f.description,e.inventory_item_id,
87: g.concatenated_segments item_no, e.revision item_revision,
88: g.description item_desc1, h.organization_code, e.owner, e.ss_id,
89: a.sample_qty, a.sample_quantity_uom
90: FROM gmd_ss_material_sources a,
91: gmd_Qc_status b,
92: gmd_stability_studies_b e ,
93: gmd_stability_studies_tl f ,
94: mtl_system_items_kfv g,

Line 404: l_document_id gmd_ss_material_sources.source_id%TYPE;

400: document in out nocopy clob,
401: document_type in out nocopy varchar2) IS
402:
403:
404: l_document_id gmd_ss_material_sources.source_id%TYPE;
405: l_source number := to_number(document_id);
406: l_document VARCHAR2(32000) := '';
407: NL VARCHAR2(1) := fnd_global.newline;
408:

Line 436: from gmd_ss_material_sources a,

432: select distinct b.batch_no,a.recipe_no, c.recipe_version,
433: h.sample_qty, h.sample_quantity_uom , h.storage_subinventory, k.concatenated_segments storage_locator,
434: h.resources, i.spec_name, i.spec_vers, h.scheduled_start_date
435: , j.formula_no, j.formula_vers , d.package_name
436: from gmd_ss_material_sources a,
437: gme_batch_header b,
438: gmd_recipes c,
439: gmd_ss_storage_package d,
440: gmd_stability_studies_b e ,