DBA Data[Home] [Help]

APPS.OPI_OPM_COMMON_PKG dependencies on CM_RSRC_DTL

Line 137: Return Value NOMINAL_COST from CM_RSRC_DTL

133: Trans_date Transaction Date
134: Cost_mthd Cost Method
135: Description:
136:
137: Return Value NOMINAL_COST from CM_RSRC_DTL
138: Note : This funciton returns a 0 cost if cost is not found
139: ***************************************************************************
140: */
141:

Line 144: p_Cost_mthd IN cm_rsrc_dtl.cost_mthd_code%TYPE DEFAULT NULL,

140: */
141:
142: FUNCTION OPMCO_GET_RSRC_COST(p_ORGN_CODE IN SY_ORGN_MST.ORGN_CODE%TYPE,
143: p_RESOURCE IN CR_RSRC_MST.RESOURCES%TYPE,
144: p_Cost_mthd IN cm_rsrc_dtl.cost_mthd_code%TYPE DEFAULT NULL,
145: p_usage_uom IN cm_rsrc_dtl.USAGE_UM%TYPE,
146: p_Transaction_date IN DATE)
147: RETURN NUMBER;
148:

Line 145: p_usage_uom IN cm_rsrc_dtl.USAGE_UM%TYPE,

141:
142: FUNCTION OPMCO_GET_RSRC_COST(p_ORGN_CODE IN SY_ORGN_MST.ORGN_CODE%TYPE,
143: p_RESOURCE IN CR_RSRC_MST.RESOURCES%TYPE,
144: p_Cost_mthd IN cm_rsrc_dtl.cost_mthd_code%TYPE DEFAULT NULL,
145: p_usage_uom IN cm_rsrc_dtl.USAGE_UM%TYPE,
146: p_Transaction_date IN DATE)
147: RETURN NUMBER;
148:
149: