DBA Data[Home] [Help]

APPS.CSF_TASKS_PUB dependencies on HZ_PARTY_V2PUB

Line 5290: l_org_update_rec HZ_PARTY_V2PUB.organization_rec_type;

5286:
5287:
5288: --Below Variables are used for updating hz_parties flex field
5289: l_profile_id number;
5290: l_org_update_rec HZ_PARTY_V2PUB.organization_rec_type;
5291: l_party_update_rec HZ_PARTY_V2PUB.party_rec_type;
5292: l_party_object_version_number NUMBER;
5293:
5294: BEGIN

Line 5291: l_party_update_rec HZ_PARTY_V2PUB.party_rec_type;

5287:
5288: --Below Variables are used for updating hz_parties flex field
5289: l_profile_id number;
5290: l_org_update_rec HZ_PARTY_V2PUB.organization_rec_type;
5291: l_party_update_rec HZ_PARTY_V2PUB.party_rec_type;
5292: l_party_object_version_number NUMBER;
5293:
5294: BEGIN
5295: SAVEPOINT set_desc_field_attr;

Line 5489: HZ_PARTY_V2PUB.update_Organization( p_init_msg_list => fnd_api.g_true,

5485: l_org_update_rec.party_rec.Attribute23 := NVL( p_inst_flex_fld_tbl.Attribute23 , FND_API.G_MISS_CHAR);
5486: l_org_update_rec.party_rec.Attribute24 := NVL( p_inst_flex_fld_tbl.Attribute24 , FND_API.G_MISS_CHAR);
5487: l_party_object_version_number := p_inst_flex_fld_tbl.l_obj_ver_number;
5488:
5489: HZ_PARTY_V2PUB.update_Organization( p_init_msg_list => fnd_api.g_true,
5490: x_return_status => p_return_status,
5491: x_msg_count => p_msg_count,
5492: x_msg_data => p_msg_data,
5493: x_profile_id => l_profile_id,