DBA Data[Home] [Help]

APPS.GMP_APS_WRITER dependencies on GME_MATERIAL_DETAILS

Line 1985: FROM gme_material_details gmd

1981: m_return_status VARCHAR2(1);
1982:
1983: CURSOR get_step_material IS
1984: SELECT gmd.material_detail_id, gmd.line_type
1985: FROM gme_material_details gmd
1986: WHERE gmd.batch_id = v_batch_id
1987: AND gmd.organization_id = v_organization_id ;
1988:
1989: BEGIN