DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on CST_COST_TYPES

Line 5699: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;

5695: l_xml_temp clob;
5696: l_age_option number;
5697: l_offset pls_integer;
5698: l_org_code CST_ORGANIZATION_DEFINITIONS.ORGANIZATION_CODE%TYPE;
5699: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;
5700: l_cost_group CST_COST_GROUPS.COST_GROUP%TYPE;
5701: l_period_name CST_PAC_PERIODS.PERIOD_NAME%TYPE;
5702: l_meaning FND_LOOKUPS.MEANING%TYPE;
5703: l_stmt_num number;

Line 5792: FROM cst_cost_types

5788: /* Periodic */
5789: elsif(i_cost_method = 3) then
5790: SELECT cost_type
5791: INTO l_cost_type
5792: FROM cst_cost_types
5793: WHERE cost_type_id = i_pac_cost_type;
5794:
5795: SELECT cost_group
5796: INTO l_cost_group