DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PUB dependencies on GMD_TECH_PARAMETERS_B

Line 693: from gmd_tech_parameters_b a

689: l_doc_rbld_req VARCHAR2(80);
690:
691: CURSOR get_tech_parm_details IS
692: select a.TECH_PARM_NAME
693: from gmd_tech_parameters_b a
694: where a.tech_parm_id = p_tech_parm_id;
695:
696: CURSOR get_item_details (V_tech_data_id NUMBER) IS
697: select a.inventory_item_id --Bug# 5363620 use inventory_item_id instead of item_id