DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_GE_GEN_003

Line 606: IGS_GE_GEN_003.set_org_id(NULL);

602:
603: -- initialises the out parameter to 0
604: retcode := 0;
605: -- sets the orgid
606: IGS_GE_GEN_003.set_org_id(NULL);
607:
608: --Get the party number for the input party id, if passed and check if it is valid.
609: IF p_person_id IS NOT NULL THEN
610: OPEN cur_pers(p_person_id);