DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_CONTACT_POINT_PKG

Line 540: -- Call IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP procedure

536: FND_MSG_PUB.initialize;
537:
538: -- API body
539: -- Retrive existing information to be passed to the API.
540: -- Call IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP procedure
541: l_date := sysdate;
542: l_mode := p_mode;
543: l_contact_point_id := p_contact_point_id;
544: l_object_version_number := p_contact_point_ovn;

Line 584: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP(

580: FOR c_contacs_rec IN c_contact(l_contact_point_id) LOOP
581: l_rowid := c_contacs_rec.rowid;
582: l_date := c_contacs_rec.last_update_date;
583: IF (p_email_format IS NULL) THEN -- Insert phone
584: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP(
585: p_action => 'UPDATE',
586: p_rowid => l_rowid,
587: p_status => p_status,
588: p_owner_table_name => 'HZ_PARTIES',

Line 624: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKE(

620: p_attribute19 => c_contacs_rec.attribute19,
621: p_attribute20 => c_contacs_rec.attribute20
622: ) ;
623: ELSE
624: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKE(
625: p_action => 'UPDATE',
626: p_rowid => l_rowid,
627: p_status => p_status,
628: p_owner_table_name => 'HZ_PARTIES',

Line 667: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP(

663: END IF;
664: END LOOP;
665: ELSIF l_mode ='INSERT' THEN
666: IF (p_email_format IS NULL) THEN -- Insert phone
667: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKP(
668: p_action => 'INSERT',
669: p_rowid => l_rowid ,
670: p_status => p_status,
671: p_owner_table_name => 'HZ_PARTIES',

Line 686: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKE(

682: p_contact_point_id => l_contact_point_id,
683: p_contact_point_ovn => p_contact_point_ovn
684: ) ;
685: ELSE
686: IGS_PE_CONTACT_POINT_PKG.HZ_CONTACT_POINTS_AKE(
687: p_action => 'INSERT',
688: p_rowid => l_rowid ,
689: p_status => p_status,
690: p_owner_table_name => 'HZ_PARTIES',