DBA Data[Home] [Help]

APPS.PMI_COMMON_PKG dependencies on CM_CMPT_DTL

Line 26: p_Cost_mthd IN cm_cmpt_dtl.cost_mthd_code%TYPE DEFAULT NULL,

22: */
23:
24: FUNCTION PMICO_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:
30: /*