DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_FI_FND_SRC_RSTN_PKG

Line 1444: -- Bug#3060697 Modified the call to IGS_FI_FND_SRC_RSTN_PKG.INSERT_ROW.

1440: END crsp_ins_cgm_rec;
1441:
1442: -- procedure for inserting new IGS_FI_FND_SRC_RSTN records
1443:
1444: -- Bug#3060697 Modified the call to IGS_FI_FND_SRC_RSTN_PKG.INSERT_ROW.
1445: -- Replaced the string 'Y' with gv_fsr_rec.restricted_ind as the parameter being passed to X_RESTRICTED_IND
1446:
1447:
1448: PROCEDURE crsp_ins_fsr_rec (

Line 1453: IGS_FI_FND_SRC_RSTN_PKG.INSERT_ROW(

1449: p_new_course_cd IGS_PS_VER.course_cd%TYPE,
1450: p_new_version_number IGS_PS_VER.version_number%TYPE) AS
1451: BEGIN
1452: x_rowid := NULL;
1453: IGS_FI_FND_SRC_RSTN_PKG.INSERT_ROW(
1454: X_ROWID => x_rowid,
1455: X_COURSE_CD => p_new_course_cd,
1456: X_FUNDING_SOURCE => gv_fsr_rec.funding_source,
1457: X_VERSION_NUMBER => p_new_version_number,