DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on GMF_FISCAL_POLICIES

Line 101: P_cached_gl_cost_mthd gmf_fiscal_policies.cost_type_id%TYPE;

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;
105:

Line 106: P_cached_legal_entity_id gmf_fiscal_policies.legal_entity_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;
105:
106: P_cached_legal_entity_id gmf_fiscal_policies.legal_entity_id%TYPE;
107: P_cached_cost_organization_id cm_whse_asc.cost_organization_id%TYPE;
108: P_cached_cost_basis gmf_fiscal_policies.cost_basis%TYPE;
109: P_cached_cost_type_id gmf_fiscal_policies.cost_type_id%TYPE;
110:

Line 108: P_cached_cost_basis gmf_fiscal_policies.cost_basis%TYPE;

104: P_cached_co_code sy_orgn_mst.co_code%TYPE;
105:
106: P_cached_legal_entity_id gmf_fiscal_policies.legal_entity_id%TYPE;
107: P_cached_cost_organization_id cm_whse_asc.cost_organization_id%TYPE;
108: P_cached_cost_basis gmf_fiscal_policies.cost_basis%TYPE;
109: P_cached_cost_type_id gmf_fiscal_policies.cost_type_id%TYPE;
110:
111: /****************************************************************************************
112: * The variable P_no_of_rows is populated by get_cost routine when retrieve_ind is 2,3,4 *

Line 109: P_cached_cost_type_id gmf_fiscal_policies.cost_type_id%TYPE;

105:
106: P_cached_legal_entity_id gmf_fiscal_policies.legal_entity_id%TYPE;
107: P_cached_cost_organization_id cm_whse_asc.cost_organization_id%TYPE;
108: P_cached_cost_basis gmf_fiscal_policies.cost_basis%TYPE;
109: P_cached_cost_type_id gmf_fiscal_policies.cost_type_id%TYPE;
110:
111: /****************************************************************************************
112: * The variable P_no_of_rows is populated by get_cost routine when retrieve_ind is 2,3,4 *
113: * to notify how many array cell rows are populated with values. *