DBA Data[Home] [Help]

APPS.GMP_APS_WRITER dependencies on GME_MATERIAL_DETAILS

Line 1893: FROM gme_material_details gmd

1889: m_return_status VARCHAR2(1);
1890:
1891: CURSOR get_step_material IS
1892: SELECT gmd.material_detail_id, gmd.line_type
1893: FROM gme_material_details gmd
1894: WHERE gmd.batch_id = v_batch_id
1895: AND gmd.organization_id = v_organization_id ;
1896:
1897: BEGIN