DBA Data[Home] [Help]

APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_AD_SOURCE_CAT_PKG

Line 187: IGS_AD_SOURCE_CAT_PKG.DELETE_ROW(

183: 'PROSPECT_SS_WEB_INQUIRY',
184: 'TRANSCRIPT') THEN -- removed the source type SS_ADM_APPL for bug #2422183 (rghosh)
185: FOR c_asc_rec IN c_asc
186: LOOP
187: IGS_AD_SOURCE_CAT_PKG.DELETE_ROW(
188: c_asc_rec.rowid
189: );
190: END LOOP;
191: END IF;

Line 477: in the call to Igs_Ad_Source_Cat_Pkg.Insert_Row.

473: pkpatel 21-JUN-2001 DLD:Modelling and Forecasting-SDQ
474: To make the default DISCREPANCY RULE as 'I'
475: i.e. 'Updating Existing Values With Imported Values'.
476: And include DETAIL_LEVEL_IND, AD_TAB_NAME and INT_TAB_NAME columns
477: in the call to Igs_Ad_Source_Cat_Pkg.Insert_Row.
478: rasingh 19-JUL-2001 DLD: Interface to Academic History.
479: Ssytem Source Type of Transcript added to the list of
480: system_source_types.
481: rghosh 14-Feb-2003 removed the source type SS_ADM_APPL for bug #2422183

Line 504: IGS_AD_SOURCE_CAT_PKG.INSERT_ROW (

500: FOR c_sysc_rec in c_sysc
501: LOOP
502:
503: l_org_id := igs_ge_gen_003.get_org_id;
504: IGS_AD_SOURCE_CAT_PKG.INSERT_ROW (
505: X_ROWID => lv_rowid,
506: x_SRC_CAT_ID => lv_src_cat_id,
507: x_SOURCE_TYPE_ID => new_references.source_type_id,
508: x_CATEGORY_NAME => c_sysc_rec.category_name,