DBA Data[Home] [Help]

APPS.ZX_EVENT_CLASSES_PKG dependencies on FND_LOAD_UTIL

Line 124: f_luby:= fnd_load_util.owner_id(x_owner);

120: 'Translate_row (+)');
121: END IF;
122:
123: --Translate owner to file_last_updated_by
124: f_luby:= fnd_load_util.owner_id(x_owner);
125: --Translate char last_update_date to date
126: f_ludate := nvl(to_date(x_last_update_date,'DD/MM/YYYY'),sysdate);
127:
128: BEGIN

Line 135: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

131: FROM zx_event_classes_tl
132: WHERE tax_event_class_code = x_tax_event_class_code
133: AND language = userenv('LANG');
134:
135: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
136: db_ludate, x_custom_mode)) THEN
137: UPDATE zx_event_classes_tl SET
138: tax_event_class_name = x_tax_event_class_name,
139: last_update_date = f_ludate,

Line 182: f_luby:= fnd_load_util.owner_id(x_owner);

178: 'ZX_EVENT_CLASSES_PKG',
179: 'Load_Row (+)');
180: END IF;
181: --Translate owner to file_last_updated_by
182: f_luby:= fnd_load_util.owner_id(x_owner);
183: --Translate char last_update_date to date
184: f_ludate := nvl(to_date(x_last_update_date,'DD/MM/YYYY'),sysdate);
185:
186: BEGIN

Line 195: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

191:
192: -- Record should be updated only if :
193: -- a. file owner is CUSTOM and db owner is SEED
194: -- b. owners are the same, and file_date > db_date
195: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
196: db_ludate, x_custom_mode)) THEN
197: UPDATE zx_event_classes_b
198: SET normal_sign_flag = x_normal_sign_flag ,
199: asc_intrcmp_tx_evnt_cls_code = x_intrcmp_tx_cls_code,