DBA Data[Home] [Help]

APPS.ARH_CSU_PKG dependencies on HZ_CUST_ACCOUNT_SITE_V2PUB

Line 811: suse_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;

807: )
808:
809: IS
810:
811: suse_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;
812: profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
813: tmp_var VARCHAR2(2000);
814: i NUMBER;
815: tmp_var1 VARCHAR2(2000);

Line 998: HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use (

994: suse_rec.Global_Attribute20 := X_Global_Attribute20;
995: suse_rec.tax_classification := x_tax_classification;
996: suse_rec.created_by_module := 'TCA_FORM_WRAPPER';
997:
998: HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use (
999: p_cust_site_use_rec => suse_rec,
1000: p_customer_profile_rec => profile_rec,
1001: p_create_profile => fnd_api.g_false,
1002: p_create_profile_amt => fnd_api.g_false,

Line 1157: suse_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;

1153: ) IS
1154: --
1155:
1156: l_inventory_location_id number;
1157: suse_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;
1158: profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
1159: x_date date;
1160: tmp_var VARCHAR2(2000);
1161: i number;

Line 1387: HZ_CUST_ACCOUNT_SITE_V2PUB.update_cust_site_use (

1383: --
1384: --
1385: --
1386: -- call V2 API
1387: HZ_CUST_ACCOUNT_SITE_V2PUB.update_cust_site_use (
1388: p_cust_site_use_rec => suse_rec,
1389: p_object_version_number => l_site_object_version_number,
1390: x_return_status => x_return_status,
1391: x_msg_count => x_msg_count,