DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on IGS_PE_WF_GEN

Line 36: gmaheswa 27-Jan-2006 Bug: 4938278: crt_rel_adr: Call IGS_PE_WF_GEN. ADDR_BULK_SYNCHRONIZATION to raise bulk

32: akadam.in 21-SEP-2004 Academic History LOV Build
33: skpandey 21-OCT-2004 Bug: 4691121
34: Description: Sync the changes made in version 115.124 from 115.123 which was mistakenly overridden by 115.125 version
35: pkpatel 17-Jan-2006 Bug 4937960 (R12: SWS Performance repository violation deliverables)
36: gmaheswa 27-Jan-2006 Bug: 4938278: crt_rel_adr: Call IGS_PE_WF_GEN. ADDR_BULK_SYNCHRONIZATION to raise bulk
37: || address change notification after process address records of all relationships.
38: || gmaheswa 22-Jun-06 Bug 5189180: modified CREATE_ADDRESS,Update_address to log error code E073, if address created with warning.
39: */
40:

Line 1589: --populate IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS table with party id to generate notification at the end of process

1585: END IF; -- l_check
1586: END LOOP;
1587:
1588: IF (l_addr_process) THEN
1589: --populate IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS table with party id to generate notification at the end of process
1590: IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS(NVL(IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS.LAST,0)+1) := p_rel_person_id;
1591: END IF;
1592:
1593: END crt_rel_adr;

Line 1590: IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS(NVL(IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS.LAST,0)+1) := p_rel_person_id;

1586: END LOOP;
1587:
1588: IF (l_addr_process) THEN
1589: --populate IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS table with party id to generate notification at the end of process
1590: IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS(NVL(IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS.LAST,0)+1) := p_rel_person_id;
1591: END IF;
1592:
1593: END crt_rel_adr;
1594: