DBA Data[Home] [Help]

APPS.GML_RQ_DB_COMMON dependencies on GMF_CMCOMMON

Line 80: v_primary_uom_price := nvl(gmf_cmcommon.unit_cost( x_item_id,

76: v_dual_uom_type
77: from ic_item_mst
78: where item_id = x_item_id;
79:
80: v_primary_uom_price := nvl(gmf_cmcommon.unit_cost( x_item_id,
81: v_whse_code,
82: v_orgn_code,
83: sysdate),0);
84: