DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on CST_COST_TYPES

Line 5583: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;

5579: l_xml_temp clob;
5580: l_age_option number;
5581: l_offset pls_integer;
5582: l_org_code CST_ORGANIZATION_DEFINITIONS.ORGANIZATION_CODE%TYPE;
5583: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;
5584: l_cost_group CST_COST_GROUPS.COST_GROUP%TYPE;
5585: l_period_name CST_PAC_PERIODS.PERIOD_NAME%TYPE;
5586: l_meaning FND_LOOKUPS.MEANING%TYPE;
5587: l_stmt_num number;

Line 5675: FROM cst_cost_types

5671: /* Periodic */
5672: elsif(i_cost_method = 3) then
5673: SELECT cost_type
5674: INTO l_cost_type
5675: FROM cst_cost_types
5676: WHERE cost_type_id = i_pac_cost_type;
5677:
5678: SELECT cost_group
5679: INTO l_cost_group