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.12010000.2 2009/02/27 12:32:27 rgokavar ship $ */
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 194: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

190: , p1_a106 DATE := null
191: , p1_a107 NUMBER := null
192: )
193: as
194: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
195: ddindx binary_integer; indx binary_integer;
196: begin
197:
198: -- 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 445: ddp_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

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

Line 564: hz_customer_profile_v2pub.update_customer_profile(p_init_msg_list,

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

Line 694: ddx_customer_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

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

Line 706: hz_customer_profile_v2pub.get_customer_profile_rec(p_init_msg_list,

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

Line 920: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

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

Line 1017: hz_customer_profile_v2pub.create_cust_profile_amt(p_init_msg_list,

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

Line 1125: ddp_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

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

Line 1221: hz_customer_profile_v2pub.update_cust_profile_amt(p_init_msg_list,

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

Line 1327: ddx_cust_profile_amt_rec hz_customer_profile_v2pub.cust_profile_amt_rec_type;

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

Line 1339: hz_customer_profile_v2pub.get_cust_profile_amt_rec(p_init_msg_list,

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

Line 1438: end hz_customer_profile_v2pub_jw;

1434:
1435:
1436: end;
1437:
1438: end hz_customer_profile_v2pub_jw;