DBA Data[Home] [Help]

APPS.IGS_AS_CGR_WF_PKG dependencies on IGS_AS_SU_STMPTOUT

Line 125: l_org_id igs_as_su_stmptout.org_id%TYPE;

121: ) IS
122: l_api_name CONSTANT VARCHAR2 (30) := 'Approve_Request';
123: l_return_status VARCHAR2 (1);
124: l_rowid VARCHAR2 (25);
125: l_org_id igs_as_su_stmptout.org_id%TYPE;
126: l_person_id NUMBER (15) := wf_engine.getitemattrtext (
127: itemtype,
128: itemkey,
129: 'PERSON_ID'

Line 236: igs_as_su_stmptout_pkg.insert_row (

232: AND course_cd = l_course_cd
233: AND uoo_id = l_uoo_id
234: AND current_status = 'IN PROGRESS';
235: /***************** Inserting Record in Student Unit Attempt Outcome Table**************/
236: igs_as_su_stmptout_pkg.insert_row (
237: x_rowid => l_rowid,
238: x_org_id => NULL,
239: x_person_id => l_person_id,
240: x_course_cd => l_course_cd,