DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_FINREPORTS_PKG dependencies on HZ_IMP_TMP_ERRORS

Line 294: into hz_imp_tmp_errors (

290: trial_balance_ind,
291: type_of_financial_report,
292: unbalanced_ind)
293: else
294: into hz_imp_tmp_errors (
295: error_id,
296: created_by,
297: creation_date,
298: last_updated_by,

Line 583: insert into hz_imp_tmp_errors

579: dup_val_exp_val := 'B';
580: end if;
581: end if;
582:
583: insert into hz_imp_tmp_errors
584: (
585: request_id,
586: batch_id,
587: int_row_id,

Line 945: insert into hz_imp_tmp_errors

941: END LOOP;
942:
943: /* insert into tmp error tables */
944: forall j in 1..l_fr_id.count
945: insert into hz_imp_tmp_errors
946: (
947: request_id,
948: batch_id,
949: int_row_id,