DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on GL_ITEM_DTL

Line 9: * and cmptcost_amt from gl_item_dtl get_cost should return the cost of the item

5: * FUNCTION
6: * cmcommon_get_cost
7: * DESCRIPTION
8: * Retrieves item cost, cost type and fmeff_id from gl_item_cst
9: * and cmptcost_amt from gl_item_dtl get_cost should return the cost of the item
10: * for the cost warehouse if there is a cost warehouse associated with the given
11: * warehouse else it should return the cost of the item for the given warehouse
12: *
13: * AUTHOR

Line 36: * P_cmntcost_amt() = used to receive cmptcost_amt from gl_item_dtl

32: * OUTPUT PARAMETERS
33: * P_acctg_cost = used to receive acctg_cost
34: * P_cost_type = used to receive cost_type
35: * P_fmeff_id = used to receive fmeff_id
36: * P_cmntcost_amt() = used to receive cmptcost_amt from gl_item_dtl
37: * P_cost_cmpntcls_id() = for retrieve mode 4 Component Class Ids
38: * P_cost_analysis_code = for retrieve mode 4 Analysis Codes
39: *
40: * total_cost = This out parameter should be reffered only in the

Line 81: TYPE cmpnt_cost IS TABLE OF gl_item_dtl.cmptcost_amt%TYPE

77: * 30/Oct/2002 R.Sharath Kumar Bug# 2641405
78: * Added NOCOPY hint
79: ************************************************************************************** */
80:
81: TYPE cmpnt_cost IS TABLE OF gl_item_dtl.cmptcost_amt%TYPE
82: INDEX BY BINARY_INTEGER;
83:
84: TYPE cmpnt_id IS TABLE OF cm_cmpt_mst.cost_cmpntcls_id%TYPE
85: INDEX BY BINARY_INTEGER;