DBA Data[Home] [Help]

APPS.IGS_CO_OU_CO_PKG dependencies on IGS_CO_VAL_OC

Line 6: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to IGS_CO_VAL_OC.genp_val_sdtt_sess

2: /* $Header: IGSLI14B.pls 115.12 2002/11/29 01:05:49 nsidana ship $ */
3: -------------------------------------------------------------------------------------------
4: --Change History:
5: --Who When What
6: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to IGS_CO_VAL_OC.genp_val_sdtt_sess
7: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
8: -------------------------------------------------------------------------------------------
9: l_rowid VARCHAR2(25);
10: old_references igs_co_ou_co_all%ROWTYPE;

Line 204: IF IGS_CO_VAL_OC.corp_val_oc_dateseq(

200: -- Fetch the Cor Item Created Date and validate it
201: OPEN c_cor_item;
202: FETCH c_cor_item INTO v_created_date;
203: CLOSE c_cor_item;
204: IF IGS_CO_VAL_OC.corp_val_oc_dateseq(
205: v_created_date,
206: new_references.issue_dt,
207: new_references.dt_sent,
208: new_references.unknown_return_dt,