DBA Data[Home] [Help]

APPS.IGR_PERSON_TYPE_PKG dependencies on IGS_PE_TYP_INSTANCES_PKG

Line 63: -- igs_pe_typ_instances_pkg if we are creating other than 'OTHER'

59: -- pass the person type as system defined value of 'PROSPECT'
60: -- and funnel status as '100-IDENTIFIED'
61:
62: -- Other person type will be automatically deleted inside the
63: -- igs_pe_typ_instances_pkg if we are creating other than 'OTHER'
64: -- person type which is active
65: igs_pe_typ_instances_pkg.insert_row
66: (
67: X_MODE => 'R',

Line 65: igs_pe_typ_instances_pkg.insert_row

61:
62: -- Other person type will be automatically deleted inside the
63: -- igs_pe_typ_instances_pkg if we are creating other than 'OTHER'
64: -- person type which is active
65: igs_pe_typ_instances_pkg.insert_row
66: (
67: X_MODE => 'R',
68: X_RowId => lv_rowid2,
69: X_TYPE_INSTANCE_ID => lv_type_instance_id,