DBA Data[Home] [Help]

APPS.FND_FLEX_UPGRADE_UTILITIES dependencies on STANDARD

Line 57: -- Date (D)(9,11) -> Standard Date (X)(11)

53: -- Sub entities are not cloned. (i.e. values for indep/dep vasets,
54: -- hierarchies, etc...)
55: -- format_type and maximum_size will be changed as;
56: --
57: -- Date (D)(9,11) -> Standard Date (X)(11)
58: -- Date-Time (T)(15,17,18,20) -> Standard Date-Time (Y)(20)
59: --
60: --
61: -- Return Codes : See Function Return Codes.

Line 58: -- Date-Time (T)(15,17,18,20) -> Standard Date-Time (Y)(20)

54: -- hierarchies, etc...)
55: -- format_type and maximum_size will be changed as;
56: --
57: -- Date (D)(9,11) -> Standard Date (X)(11)
58: -- Date-Time (T)(15,17,18,20) -> Standard Date-Time (Y)(20)
59: --
60: --
61: -- Return Codes : See Function Return Codes.
62: --

Line 79: -- p_value_set_to : new (standard) type date/time value set.

75: -- p_value_set_to as validation value set.
76: --
77: -- p_appl_short_name : owner application.
78: -- p_value_set_from : old type date/time value set.
79: -- p_value_set_to : new (standard) type date/time value set.
80: -- p_session_mode : 'seed_data' or 'customer_data' (for who columns.)
81: -- p_report_name_like : If passed, only this report parameters will be
82: -- modified.
83: -- AND descriptive_flexfield_name LIKE '$SRS$.' || p_report_name_like

Line 166: -- Upgrades All Standard Date Value Sets. (called from SRS.)

162:
163: -- ======================================================================
164: -- Procedure : cp_srs_upgrade_date_all
165: -- ======================================================================
166: -- Upgrades All Standard Date Value Sets. (called from SRS.)
167: --
168: PROCEDURE cp_srs_upgrade_date_all(errbuf OUT nocopy VARCHAR2,
169: retcode OUT nocopy VARCHAR2);
170:

Line 185: -- Upgrades One Standard Date or Standard DateTime Value Set.(called from SRS.)

181:
182: -- ======================================================================
183: -- Procedure : cp_srs_upgrade_date_one
184: -- ======================================================================
185: -- Upgrades One Standard Date or Standard DateTime Value Set.(called from SRS.)
186: --
187: PROCEDURE cp_srs_upgrade_date_one(errbuf OUT nocopy VARCHAR2,
188: retcode OUT nocopy VARCHAR2,
189: p_flex_value_set_name IN VARCHAR2);