DBA Data[Home] [Help]

APPS.OZF_FUND_ALLOCATIONS_PVT_W dependencies on OZF_FUND_ALLOCATIONS_PVT

Line 1: package body ozf_fund_allocations_pvt_w as

1: package body ozf_fund_allocations_pvt_w as
2: /* $Header: ozfwalcb.pls 115.3 2003/10/01 09:57:05 kdass 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 22: procedure rosetta_table_copy_in_p0(t out nocopy ozf_fund_allocations_pvt.fact_table_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t out nocopy ozf_fund_allocations_pvt.fact_table_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_DATE_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_DATE_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 241: procedure rosetta_table_copy_out_p0(t ozf_fund_allocations_pvt.fact_table_type, a0 out nocopy JTF_NUMBER_TABLE

237: end loop;
238: end if;
239: end if;
240: end rosetta_table_copy_in_p0;
241: procedure rosetta_table_copy_out_p0(t ozf_fund_allocations_pvt.fact_table_type, a0 out nocopy JTF_NUMBER_TABLE
242: , a1 out nocopy JTF_DATE_TABLE
243: , a2 out nocopy JTF_NUMBER_TABLE
244: , a3 out nocopy JTF_DATE_TABLE
245: , a4 out nocopy JTF_NUMBER_TABLE

Line 765: procedure rosetta_table_copy_in_p2(t out nocopy ozf_fund_allocations_pvt.factid_table_type, a0 JTF_NUMBER_TABLE

761: end if;
762: end if;
763: end rosetta_table_copy_out_p0;
764:
765: procedure rosetta_table_copy_in_p2(t out nocopy ozf_fund_allocations_pvt.factid_table_type, a0 JTF_NUMBER_TABLE
766: , a1 JTF_NUMBER_TABLE
767: , a2 JTF_VARCHAR2_TABLE_100
768: ) as
769: ddindx binary_integer; indx binary_integer;

Line 788: procedure rosetta_table_copy_out_p2(t ozf_fund_allocations_pvt.factid_table_type, a0 out nocopy JTF_NUMBER_TABLE

784: end loop;
785: end if;
786: end if;
787: end rosetta_table_copy_in_p2;
788: procedure rosetta_table_copy_out_p2(t ozf_fund_allocations_pvt.factid_table_type, a0 out nocopy JTF_NUMBER_TABLE
789: , a1 out nocopy JTF_NUMBER_TABLE
790: , a2 out nocopy JTF_VARCHAR2_TABLE_100
791: ) as
792: ddindx binary_integer; indx binary_integer;

Line 936: ddp_fact_table ozf_fund_allocations_pvt.fact_table_type;

932: , x_msg_data out nocopy VARCHAR2
933: )
934:
935: as
936: ddp_fact_table ozf_fund_allocations_pvt.fact_table_type;
937: ddindx binary_integer; indx binary_integer;
938: begin
939:
940: -- copy data to the local IN or IN-OUT args, if any

Line 948: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p0(ddp_fact_table, p7_a0

944:
945:
946:
947:
948: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p0(ddp_fact_table, p7_a0
949: , p7_a1
950: , p7_a2
951: , p7_a3
952: , p7_a4

Line 1055: ozf_fund_allocations_pvt.update_worksheet_amount(p_api_version,

1051:
1052:
1053:
1054: -- here's the delegated call to the old PL/SQL routine
1055: ozf_fund_allocations_pvt.update_worksheet_amount(p_api_version,
1056: p_init_msg_list,
1057: p_commit,
1058: p_validation_level,
1059: p_alloc_id,

Line 1095: ddp_factid_table ozf_fund_allocations_pvt.factid_table_type;

1091: , x_msg_data out nocopy VARCHAR2
1092: )
1093:
1094: as
1095: ddp_factid_table ozf_fund_allocations_pvt.factid_table_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 1106: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p2(ddp_factid_table, p6_a0

1102:
1103:
1104:
1105:
1106: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p2(ddp_factid_table, p6_a0
1107: , p6_a1
1108: , p6_a2
1109: );
1110:

Line 1115: ozf_fund_allocations_pvt.approve_levels(p_api_version,

1111:
1112:
1113:
1114: -- here's the delegated call to the old PL/SQL routine
1115: ozf_fund_allocations_pvt.approve_levels(p_api_version,
1116: p_init_msg_list,
1117: p_commit,
1118: p_validation_level,
1119: p_approver_factid,

Line 1152: ddp_factid_table ozf_fund_allocations_pvt.factid_table_type;

1148: , x_msg_data out nocopy VARCHAR2
1149: )
1150:
1151: as
1152: ddp_factid_table ozf_fund_allocations_pvt.factid_table_type;
1153: ddindx binary_integer; indx binary_integer;
1154: begin
1155:
1156: -- copy data to the local IN or IN-OUT args, if any

Line 1162: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p2(ddp_factid_table, p5_a0

1158:
1159:
1160:
1161:
1162: ozf_fund_allocations_pvt_w.rosetta_table_copy_in_p2(ddp_factid_table, p5_a0
1163: , p5_a1
1164: , p5_a2
1165: );
1166:

Line 1171: ozf_fund_allocations_pvt.reject_request(p_api_version,

1167:
1168:
1169:
1170: -- here's the delegated call to the old PL/SQL routine
1171: ozf_fund_allocations_pvt.reject_request(p_api_version,
1172: p_init_msg_list,
1173: p_commit,
1174: p_validation_level,
1175: p_rejector_factid,

Line 1192: end ozf_fund_allocations_pvt_w;

1188:
1189:
1190: end;
1191:
1192: end ozf_fund_allocations_pvt_w;