DBA Data[Home] [Help]

APPS.CS_CHG_AUTO_SUB_CON_PKG dependencies on CS_CHG_SUB_RESTRICTIONS

Line 178: FROM cs_chg_sub_restrictions

174: value_amount,
175: currency_code,
176: trunc(start_date_active) start_date_active,
177: trunc(end_date_active) end_date_active
178: FROM cs_chg_sub_restrictions
179: ORDER BY restriction_type;
180:
181: TYPE t_restriction_rules_tab IS TABLE OF cs_chg_restriction_rules%rowtype
182: INDEX BY BINARY_INTEGER;