DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 692

        select a.TECH_PARM_NAME
        from gmd_tech_parameters_b a
        where a.tech_parm_id = p_tech_parm_id;
Line: 697

        select a.inventory_item_id --Bug# 5363620 use inventory_item_id instead of item_id
        from gmd_technical_data_hdr a
        where a.tech_data_id = V_tech_data_id;