DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB_JW dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 343: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

339: )
340: as
341: ddp_cust_account_rec hz_cust_account_v2pub.cust_account_rec_type;
342: ddp_person_rec hz_party_v2pub.person_rec_type;
343: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
344: ddindx binary_integer; indx binary_integer;
345: begin
346:
347: -- copy data to the local IN or IN-OUT args, if any

Line 1095: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

1091: )
1092: as
1093: ddp_cust_account_rec hz_cust_account_v2pub.cust_account_rec_type;
1094: ddp_organization_rec hz_party_v2pub.organization_rec_type;
1095: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
1096: ddindx binary_integer; indx binary_integer;
1097: begin
1098:
1099: -- copy data to the local IN or IN-OUT args, if any

Line 1990: ddx_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

1986: , x_msg_data out nocopy VARCHAR2
1987: )
1988: as
1989: ddx_cust_account_rec hz_cust_account_v2pub.cust_account_rec_type;
1990: ddx_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
1991: ddindx binary_integer; indx binary_integer;
1992: begin
1993:
1994: -- copy data to the local IN or IN-OUT args, if any