DBA Data[Home] [Help]

APPS.CS_CHG_AUTO_SUB_CON_PKG dependencies on CS_CHG_SUB_RESTRICTIONS

Line 176: FROM cs_chg_sub_restrictions

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