DBA Data[Home] [Help]

APPS.PMI_COMMON_PKG dependencies on CM_CMPT_DTL

Line 6: p_Cost_mthd IN cm_cmpt_dtl.cost_mthd_code%TYPE,

2: /* $Header: PMICOMMB.pls 120.1 2011/09/14 18:16:37 sisankar ship $ */
3:
4: FUNCTION PMICO_GET_COST( p_Item_id IN ic_item_mst.item_id%TYPE,
5: p_Whse_code IN ic_whse_mst.whse_code%TYPE,
6: p_Cost_mthd IN cm_cmpt_dtl.cost_mthd_code%TYPE,
7: p_Transaction_date IN DATE)
8: RETURN NUMBER
9: IS
10: l_total_cost NUMBER;