DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PUB dependencies on GMD_TECHNICAL_DATA_HDR

Line 676: l_item_id GMD_TECHNICAL_DATA_HDR.item_id%TYPE;

672: /************* Local Variables *************/
673: -- Bug 4510201 Start
674: --l_item_no IC_ITEM_MST_B.item_no%TYPE;
675: --l_item_desc IC_ITEM_MST_B.item_desc1%TYPE;
676: l_item_id GMD_TECHNICAL_DATA_HDR.item_id%TYPE;
677: l_item_no mtl_system_items_kfv.CONCATENATED_SEGMENTS%TYPE;
678: l_item_desc mtl_system_items_kfv.DESCRIPTION%TYPE;
679: -- Bug 4510201 End
680: l_item_code GR_ITEM_GENERAL.item_code%TYPE;

Line 698: from gmd_technical_data_hdr 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
698: from gmd_technical_data_hdr a
699: where a.tech_data_id = V_tech_data_id;
700:
701: /******* Exceptions ********/
702: INCOMPATIBLE_API_VERSION_ERROR EXCEPTION;