DBA Data[Home] [Help]

APPS.CSD_PARTIES_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 79: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,

75: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
76: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
77: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
78: p_party_type IN VARCHAR2,
79: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
80: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
81: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
82: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type,
83: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type,

Line 809: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,

805: ( p_api_version IN NUMBER,
806: p_commit IN VARCHAR2 := fnd_api.g_false,
807: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
808: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
809: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
810: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
811: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
812: x_cust_account_id OUT NOCOPY NUMBER,
813: x_cust_account_number OUT NOCOPY VARCHAR2,

Line 859: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(

855: csd_gen_utility_pvt.dump_hz_cust_profile_rec
856: ( p_cust_profile_rec => p_cust_profile_rec);
857: END IF;
858:
859: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(
860: p_init_msg_list => FND_API.G_FALSE,
861: p_cust_account_rec => p_account_rec,
862: p_person_rec => p_person_rec,
863: p_customer_profile_rec => p_cust_profile_rec,

Line 943: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,

939: ( p_api_version IN NUMBER,
940: p_commit IN VARCHAR2 := fnd_api.g_false,
941: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
942: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
943: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
944: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
945: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
946: x_cust_account_id OUT NOCOPY NUMBER,
947: x_cust_account_number OUT NOCOPY VARCHAR2,

Line 994: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(

990: csd_gen_utility_pvt.dump_hz_cust_profile_rec
991: ( p_cust_profile_rec => p_cust_profile_rec);
992: END IF;
993:
994: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(
995: p_init_msg_list => FND_API.G_FALSE,
996: p_cust_account_rec => p_account_rec,
997: p_organization_rec => p_org_rec,
998: p_customer_profile_rec => p_cust_profile_rec,

Line 2143: p_cust_acct_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,

2139: ( p_api_version IN NUMBER,
2140: p_commit IN VARCHAR2 := fnd_api.g_false,
2141: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
2142: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
2143: p_cust_acct_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
2144: p_obj_ver_num IN NUMBER,
2145: x_obj_ver_num OUT NOCOPY NUMBER,
2146: x_return_status OUT NOCOPY VARCHAR2,
2147: x_msg_count OUT NOCOPY NUMBER,

Line 2181: HZ_CUST_ACCOUNT_V2PUB.Update_Cust_Account(

2177: csd_gen_utility_pvt.dump_api_info ( p_pkg_name => G_PKG_NAME,
2178: p_api_name => l_api_name );
2179:
2180: x_obj_ver_num:= p_obj_ver_num;
2181: HZ_CUST_ACCOUNT_V2PUB.Update_Cust_Account(
2182: p_init_msg_list => FND_API.G_FALSE,
2183: p_cust_account_rec => p_cust_acct_rec,
2184: p_object_version_number => x_obj_ver_num,
2185: x_return_status => x_return_status,