DBA Data[Home] [Help]

APPS.OPI_OPM_COMMON_PKG dependencies on SY_ORGN_MST

Line 142: FUNCTION OPMCO_GET_RSRC_COST(p_ORGN_CODE IN SY_ORGN_MST.ORGN_CODE%TYPE,

138: Note : This funciton returns a 0 cost if cost is not found
139: ***************************************************************************
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)