DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_FINNUMBERS_PKG dependencies on HZ_IMP_TMP_ERRORS

Line 272: into hz_imp_tmp_errors (

268: ''A'',
269: 1,
270: created_by_module)
271: else
272: into hz_imp_tmp_errors (
273: created_by,
274: creation_date,
275: last_updated_by,
276: last_update_date,

Line 474: insert into hz_imp_tmp_errors

470: dup_val_exp_val := 'Y';
471: other_exp_val := null;
472: end if;
473:
474: insert into hz_imp_tmp_errors
475: (
476: request_id,
477: batch_id,
478: int_row_id,

Line 671: insert into hz_imp_tmp_errors

667: END LOOP;
668:
669: /* insert into tmp error tables */
670: forall j in 1..l_fr_id.count
671: insert into hz_imp_tmp_errors
672: (
673: request_id,
674: batch_id,
675: int_row_id,