DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on GL_ITEM_CST

Line 8: * Retrieves item cost, cost type and fmeff_id from gl_item_cst

4: /* **************************************************************************************************
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: *

Line 98: P_acctg_cost gl_item_cst.acctg_cost%TYPE; /* used to receive acctg_cost*/

94: P_cmpntcost_amt cmpnt_cost;
95: P_cost_cmpntcls_id cmpnt_id;
96: P_cost_analysis_code1 analysis_code;
97:
98: P_acctg_cost gl_item_cst.acctg_cost%TYPE; /* used to receive acctg_cost*/
99: P_cost_type gl_item_cst.cost_type%TYPE; /* used to receive cost_type*/
100: P_fmeff_id gl_item_cst.fmeff_id%TYPE; /* used to receive fmeff_id*/
101: P_cached_gl_cost_mthd gmf_fiscal_policies.cost_type_id%TYPE;
102: P_cached_cost_whse_code cm_whse_asc.organization_id%TYPE;

Line 99: P_cost_type gl_item_cst.cost_type%TYPE; /* used to receive cost_type*/

95: P_cost_cmpntcls_id cmpnt_id;
96: P_cost_analysis_code1 analysis_code;
97:
98: P_acctg_cost gl_item_cst.acctg_cost%TYPE; /* used to receive acctg_cost*/
99: P_cost_type gl_item_cst.cost_type%TYPE; /* used to receive cost_type*/
100: P_fmeff_id gl_item_cst.fmeff_id%TYPE; /* used to receive fmeff_id*/
101: P_cached_gl_cost_mthd gmf_fiscal_policies.cost_type_id%TYPE;
102: P_cached_cost_whse_code cm_whse_asc.organization_id%TYPE;
103: P_cached_orgn_code sy_orgn_mst.orgn_code%TYPE;

Line 100: P_fmeff_id gl_item_cst.fmeff_id%TYPE; /* used to receive fmeff_id*/

96: P_cost_analysis_code1 analysis_code;
97:
98: P_acctg_cost gl_item_cst.acctg_cost%TYPE; /* used to receive acctg_cost*/
99: P_cost_type gl_item_cst.cost_type%TYPE; /* used to receive cost_type*/
100: P_fmeff_id gl_item_cst.fmeff_id%TYPE; /* used to receive fmeff_id*/
101: P_cached_gl_cost_mthd gmf_fiscal_policies.cost_type_id%TYPE;
102: P_cached_cost_whse_code cm_whse_asc.organization_id%TYPE;
103: P_cached_orgn_code sy_orgn_mst.orgn_code%TYPE;
104: P_cached_co_code sy_orgn_mst.co_code%TYPE;