DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_PROFILE_V2PUB_JW dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 1: package body hz_customer_profile_v2pub_jw as

1: package body hz_customer_profile_v2pub_jw as
2: /* $Header: ARH2CFJB.pls 120.5 2006/02/24 00:43:23 baianand noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 40: ddrosetta_retval := hz_customer_profile_v2pub.next_review_date_compute(p_review_cycle,

36:
37: ddp_next_review_date := rosetta_g_miss_date_in_map(p_next_review_date);
38:
39: -- here's the delegated call to the old PL/SQL routine
40: ddrosetta_retval := hz_customer_profile_v2pub.next_review_date_compute(p_review_cycle,
41: ddp_last_review_date,
42: ddp_next_review_date);
43:
44: -- copy data back from the local OUT or IN-OUT args, if any

Line 67: ddrosetta_retval := hz_customer_profile_v2pub.last_review_date_default(p_review_cycle,

63: ddp_last_review_date := rosetta_g_miss_date_in_map(p_last_review_date);
64:
65:
66: -- here's the delegated call to the old PL/SQL routine
67: ddrosetta_retval := hz_customer_profile_v2pub.last_review_date_default(p_review_cycle,
68: ddp_last_review_date,
69: p_create_update_flag);
70:
71: -- copy data back from the local OUT or IN-OUT args, if any

Line 193: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

189: , p1_a105 VARCHAR2 := null
190: , p1_a106 DATE := null
191: )
192: as
193: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
194: ddindx binary_integer; indx binary_integer;
195: begin
196:
197: -- copy data to the local IN or IN-OUT args, if any

Line 313: hz_customer_profile_v2pub.create_customer_profile(p_init_msg_list,

309:
310:
311:
312: -- here's the delegated call to the old PL/SQL routine
313: hz_customer_profile_v2pub.create_customer_profile(p_init_msg_list,
314: ddp_customer_profile_rec,
315: p_create_profile_amt,
316: x_cust_account_profile_id,
317: x_return_status,

Line 444: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

440: , p1_a105 VARCHAR2 := null
441: , p1_a106 DATE := null
442: )
443: as
444: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
445: ddindx binary_integer; indx binary_integer;
446: begin
447:
448: -- copy data to the local IN or IN-OUT args, if any

Line 563: hz_customer_profile_v2pub.update_customer_profile(p_init_msg_list,

559:
560:
561:
562: -- here's the delegated call to the old PL/SQL routine
563: hz_customer_profile_v2pub.update_customer_profile(p_init_msg_list,
564: ddp_customer_profile_rec,
565: p_object_version_number,
566: x_return_status,
567: x_msg_count,

Line 692: ddx_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

688: , x_msg_count out nocopy NUMBER
689: , x_msg_data out nocopy VARCHAR2
690: )
691: as
692: ddx_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
693: ddindx binary_integer; indx binary_integer;
694: begin
695:
696: -- copy data to the local IN or IN-OUT args, if any

Line 704: hz_customer_profile_v2pub.get_customer_profile_rec(p_init_msg_list,

700:
701:
702:
703: -- here's the delegated call to the old PL/SQL routine
704: hz_customer_profile_v2pub.get_customer_profile_rec(p_init_msg_list,
705: p_cust_account_profile_id,
706: ddx_customer_profile_rec,
707: x_return_status,
708: x_msg_count,

Line 918: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

914: , p2_a82 NUMBER := null
915: , p2_a83 NUMBER := null
916: )
917: as
918: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;
919: ddindx binary_integer; indx binary_integer;
920: begin
921:
922: -- copy data to the local IN or IN-OUT args, if any

Line 1015: hz_customer_profile_v2pub.create_cust_profile_amt(p_init_msg_list,

1011:
1012:
1013:
1014: -- here's the delegated call to the old PL/SQL routine
1015: hz_customer_profile_v2pub.create_cust_profile_amt(p_init_msg_list,
1016: p_check_foreign_key,
1017: ddp_cust_profile_amt_rec,
1018: x_cust_acct_profile_amt_id,
1019: x_return_status,

Line 1123: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

1119: , p1_a82 NUMBER := null
1120: , p1_a83 NUMBER := null
1121: )
1122: as
1123: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;
1124: ddindx binary_integer; indx binary_integer;
1125: begin
1126:
1127: -- copy data to the local IN or IN-OUT args, if any

Line 1219: hz_customer_profile_v2pub.update_cust_profile_amt(p_init_msg_list,

1215:
1216:
1217:
1218: -- here's the delegated call to the old PL/SQL routine
1219: hz_customer_profile_v2pub.update_cust_profile_amt(p_init_msg_list,
1220: ddp_cust_profile_amt_rec,
1221: p_object_version_number,
1222: x_return_status,
1223: x_msg_count,

Line 1325: ddx_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

1321: , x_msg_count out nocopy NUMBER
1322: , x_msg_data out nocopy VARCHAR2
1323: )
1324: as
1325: ddx_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;
1326: ddindx binary_integer; indx binary_integer;
1327: begin
1328:
1329: -- copy data to the local IN or IN-OUT args, if any

Line 1337: hz_customer_profile_v2pub.get_cust_profile_amt_rec(p_init_msg_list,

1333:
1334:
1335:
1336: -- here's the delegated call to the old PL/SQL routine
1337: hz_customer_profile_v2pub.get_cust_profile_amt_rec(p_init_msg_list,
1338: p_cust_acct_profile_amt_id,
1339: ddx_cust_profile_amt_rec,
1340: x_return_status,
1341: x_msg_count,

Line 1436: end hz_customer_profile_v2pub_jw;

1432:
1433:
1434: end;
1435:
1436: end hz_customer_profile_v2pub_jw;