DBA Data[Home] [Help]

APPS.IGS_CO_PROCESS dependencies on IGS_CO_INTERAC_HIST_PKG

Line 1733: igs_co_interac_hist_pkg.insert_row(

1729: -- Insert the record into the igs_co_interac_hist table with the all relevant
1730: -- details and status from 'p_request_status'.
1731: --
1732: l_rowid := NULL;
1733: igs_co_interac_hist_pkg.insert_row(
1734: x_rowid => l_rowid,
1735: x_student_id => TO_NUMBER(p_person_id),
1736: x_request_id => TO_NUMBER(p_request_id),
1737: x_document_id => TO_NUMBER(p_document_id),

Line 2269: kpadiyar 18-NOV-2002 Removed the calls to the igs_co_interac_hist_pkg.update_row as the only column being updated was the outcome_status column

2265: Who When What
2266:
2267: (reverse chronological order - newest change first)
2268: Bayadav 24-MAY-2002 Included two system letter codes 'ENADHOC', 'SFADHOC' for adhoc letters as a part of bug 2376434
2269: kpadiyar 18-NOV-2002 Removed the calls to the igs_co_interac_hist_pkg.update_row as the only column being updated was the outcome_status column
2270: and as this column has been obsoleted all the relevant calls to the update row have been removed.
2271: gmaheswa 5-Jan-2004 Bug 4869737 Added a call to SET_ORG_ID to disable OSS for R12.
2272: ***************************************************************/
2273: CURSOR c_crm_id(cp_request_id NUMBER) IS