DBA Data[Home] [Help]

APPS.OPI_OPM_COMMON_PKG dependencies on IC_WHSE_MST

Line 25: p_Whse_code IN ic_whse_mst.whse_code%TYPE,

21: ***************************************************************************
22: */
23:
24: FUNCTION OPMCO_GET_COST(p_Item_id IN ic_item_mst.item_id%TYPE,
25: p_Whse_code IN ic_whse_mst.whse_code%TYPE,
26: p_Cost_mthd IN cm_cmpt_dtl.cost_mthd_code%TYPE DEFAULT NULL,
27: p_Transaction_date IN DATE)
28: RETURN NUMBER;
29: