DBA Data[Home] [Help]

APPS.IGS_AS_DOC_FEE_PMNT_PKG dependencies on IGS_AS_SS_DOC_REQUEST

Line 559: -- call the api IGS_AS_SS_DOC_REQUEST.RE_CALC_DOC_FESS

555: IF (SQL%NOTFOUND) THEN
556: RAISE NO_DATA_FOUND;
557: END IF;
558: --
559: -- call the api IGS_AS_SS_DOC_REQUEST.RE_CALC_DOC_FESS
560: -- to recalculate the fee if the plan is unsubscribed
561: --
562: DECLARE
563: l_orders_recalc VARCHAR2(2000);

Line 566: IGS_AS_SS_DOC_REQUEST.RE_CALC_DOC_FEES (

562: DECLARE
563: l_orders_recalc VARCHAR2(2000);
564: BEGIN
565: IF old_references.plan_discon_by IS NULL AND new_references.plan_discon_by IS NOT NULL THEN
566: IGS_AS_SS_DOC_REQUEST.RE_CALC_DOC_FEES (
567: p_person_id => x_person_id,
568: p_plan_id => new_references.plan_id,
569: p_subs_unsubs => 'U',
570: p_admin_person_id => new_references.plan_discon_by,