DBA Data[Home] [Help]

APPS.ZX_DET_FACTOR_TEMPL_DTL_PKG dependencies on ZX_DET_FACTOR_TEMPL_DTL

Line 1: package body ZX_DET_FACTOR_TEMPL_DTL_PKG as

1: package body ZX_DET_FACTOR_TEMPL_DTL_PKG as
2: /* $Header: zxddetfactordtlb.pls 120.3 2003/12/19 20:59:38 ssekuri ship $ */
3:
4: procedure bulk_insert_df_templ_dtl (
5: X_DET_FACTOR_TEMPL_ID IN t_det_factor_templ_id,

Line 16: insert into ZX_DET_FACTOR_TEMPL_DTL (DET_FACTOR_TEMPL_DTL_ID,

12: begin
13:
14: if x_det_factor_templ_id.count <> 0 then
15: forall i in x_det_factor_templ_id.first..x_det_factor_templ_id.last
16: insert into ZX_DET_FACTOR_TEMPL_DTL (DET_FACTOR_TEMPL_DTL_ID,
17: DET_FACTOR_TEMPL_ID,
18: Determining_Factor_Class_Code,
19: Determining_Factor_Cq_Code,
20: DETERMINING_FACTOR_CODE,

Line 32: values (zx_det_factor_templ_dtl_s.nextval,

28: REQUEST_ID ,
29: PROGRAM_APPLICATION_ID ,
30: PROGRAM_ID ,
31: PROGRAM_LOGIN_ID)
32: values (zx_det_factor_templ_dtl_s.nextval,
33: X_DET_FACTOR_TEMPL_ID(i),
34: X_Determining_Factor_Class_Co(i),
35: X_Determining_Factor_Cq_Code(i),
36: X_DETERMINING_FACTOR_CODE(i),

Line 58: end ZX_DET_FACTOR_TEMPL_DTL_PKG;

54: APP_EXCEPTION.RAISE_EXCEPTION;
55:
56: end bulk_insert_df_templ_dtl;
57:
58: end ZX_DET_FACTOR_TEMPL_DTL_PKG;