DBA Data[Home] [Help]

APPS.IGS_PS_PURGE_DEL_RECORD dependencies on IGS_GE_MSG_STACK

Line 97: IGS_GE_MSG_STACK.DELETE_MSG ;

93: -- to make it active record.
94: l_b_purged := FALSE;
95:
96: -- Ignore the message stacked by TBH so delete the message from the stack.
97: IGS_GE_MSG_STACK.DELETE_MSG ;
98:
99: -- Update the delete_flag to 'N'
100: igs_ps_ofr_opt_pkg.update_row (
101: x_rowid => rec_del_recs.rowid ,

Line 274: IGS_GE_MSG_STACK.DELETE_MSG ;

270: -- to make it active record.
271: l_b_purged := FALSE;
272:
273: -- Ignore the message stacked by TBH so delete the message from the stack.
274: IGS_GE_MSG_STACK.DELETE_MSG ;
275:
276: -- Update the delete_flag to 'N'
277: igs_ps_unit_ofr_pat_pkg.update_row (
278: x_rowid => rec_del_recs.rowid ,