DBA Data[Home] [Help]

APPS.IGS_PS_WF_EVENT_PKG dependencies on IGS_PS_USEC_OCCURS_PKG

Line 20: -- the the call to igs_ps_usec_occurs_pkg.update_row

16: --Change History:
17: --Who When What
18: --jbegum 26-Apr-2003 For Enh Bug# 2833850
19: -- Added columns preferred_region_code and no_set_day_ind to
20: -- the the call to igs_ps_usec_occurs_pkg.update_row
21: -------------------------------------------------------------------------------------
22:
23: PROCEDURE wf_create_event(
24: p_uoo_id IN NUMBER,

Line 137: igs_ps_usec_occurs_pkg.update_row

133: -- open the cursor and call update row of
134: --
135: FOR rec_usec_details IN c_usec_details (p_usec_occur_id)
136: LOOP
137: igs_ps_usec_occurs_pkg.update_row
138: (
139: X_ROWID => rec_usec_details.ROW_ID,
140: X_UNIT_SECTION_OCCURRENCE_ID => rec_usec_details.UNIT_SECTION_OCCURRENCE_ID,
141: X_UOO_ID => rec_usec_details.UOO_ID,