DBA Data[Home] [Help]

APPS.OZF_OA_ACT_OFFERS_PVT_W dependencies on OZF_ACT_OFFERS_PVT

Line 28: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

24: , x_act_offer_id out nocopy NUMBER
25: )
26:
27: as
28: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
29: ddindx binary_integer; indx binary_integer;
30: begin
31:
32: -- copy data to the local IN or IN-OUT args, if any

Line 57: ozf_act_offers_pvt.create_act_offer(p_api_version,

53: ddp_act_offer_rec.security_group_id := p7_a13;
54:
55:
56: -- here's the delegated call to the old PL/SQL routine
57: ozf_act_offers_pvt.create_act_offer(p_api_version,
58: p_init_msg_list,
59: p_commit,
60: p_validation_level,
61: x_return_status,

Line 102: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

98: , p7_a13 NUMBER
99: )
100:
101: as
102: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
103: ddindx binary_integer; indx binary_integer;
104: begin
105:
106: -- copy data to the local IN or IN-OUT args, if any

Line 130: ozf_act_offers_pvt.update_act_offer(p_api_version,

126: ddp_act_offer_rec.qp_list_header_id := p7_a12;
127: ddp_act_offer_rec.security_group_id := p7_a13;
128:
129: -- here's the delegated call to the old PL/SQL routine
130: ozf_act_offers_pvt.update_act_offer(p_api_version,
131: p_init_msg_list,
132: p_commit,
133: p_validation_level,
134: x_return_status,

Line 172: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

168: , p6_a13 NUMBER
169: )
170:
171: as
172: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
173: ddindx binary_integer; indx binary_integer;
174: begin
175:
176: -- copy data to the local IN or IN-OUT args, if any

Line 199: ozf_act_offers_pvt.validate_act_offer(p_api_version,

195: ddp_act_offer_rec.qp_list_header_id := p6_a12;
196: ddp_act_offer_rec.security_group_id := p6_a13;
197:
198: -- here's the delegated call to the old PL/SQL routine
199: ozf_act_offers_pvt.validate_act_offer(p_api_version,
200: p_init_msg_list,
201: p_validation_level,
202: x_return_status,
203: x_msg_count,

Line 235: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

231: , p2_a13 NUMBER
232: )
233:
234: as
235: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
236: ddindx binary_integer; indx binary_integer;
237: begin
238:
239: -- copy data to the local IN or IN-OUT args, if any

Line 258: ozf_act_offers_pvt.check_items(p_validation_mode,

254: ddp_act_offer_rec.qp_list_header_id := p2_a12;
255: ddp_act_offer_rec.security_group_id := p2_a13;
256:
257: -- here's the delegated call to the old PL/SQL routine
258: ozf_act_offers_pvt.check_items(p_validation_mode,
259: x_return_status,
260: ddp_act_offer_rec);
261:
262: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 299: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

295: , x_return_status out nocopy VARCHAR2
296: )
297:
298: as
299: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
300: ddp_complete_rec ozf_act_offers_pvt.act_offer_rec_type;
301: ddindx binary_integer; indx binary_integer;
302: begin
303:

Line 300: ddp_complete_rec ozf_act_offers_pvt.act_offer_rec_type;

296: )
297:
298: as
299: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
300: ddp_complete_rec ozf_act_offers_pvt.act_offer_rec_type;
301: ddindx binary_integer; indx binary_integer;
302: begin
303:
304: -- copy data to the local IN or IN-OUT args, if any

Line 337: ozf_act_offers_pvt.check_record(ddp_act_offer_rec,

333: ddp_complete_rec.security_group_id := p1_a13;
334:
335:
336: -- here's the delegated call to the old PL/SQL routine
337: ozf_act_offers_pvt.check_record(ddp_act_offer_rec,
338: ddp_complete_rec,
339: x_return_status);
340:
341: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 377: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

373: , p1_a13 out nocopy NUMBER
374: )
375:
376: as
377: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
378: ddx_complete_rec ozf_act_offers_pvt.act_offer_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:

Line 378: ddx_complete_rec ozf_act_offers_pvt.act_offer_rec_type;

374: )
375:
376: as
377: ddp_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
378: ddx_complete_rec ozf_act_offers_pvt.act_offer_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:
382: -- copy data to the local IN or IN-OUT args, if any

Line 400: ozf_act_offers_pvt.complete_rec(ddp_act_offer_rec,

396: ddp_act_offer_rec.security_group_id := p0_a13;
397:
398:
399: -- here's the delegated call to the old PL/SQL routine
400: ozf_act_offers_pvt.complete_rec(ddp_act_offer_rec,
401: ddx_complete_rec);
402:
403: -- copy data back from the local variables to OUT or IN-OUT args, if any
404:

Line 438: ddx_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;

434: , p0_a13 out nocopy NUMBER
435: )
436:
437: as
438: ddx_act_offer_rec ozf_act_offers_pvt.act_offer_rec_type;
439: ddindx binary_integer; indx binary_integer;
440: begin
441:
442: -- copy data to the local IN or IN-OUT args, if any

Line 445: ozf_act_offers_pvt.init_rec(ddx_act_offer_rec);

441:
442: -- copy data to the local IN or IN-OUT args, if any
443:
444: -- here's the delegated call to the old PL/SQL routine
445: ozf_act_offers_pvt.init_rec(ddx_act_offer_rec);
446:
447: -- copy data back from the local variables to OUT or IN-OUT args, if any
448: p0_a0 := ddx_act_offer_rec.activity_offer_id;
449: p0_a1 := ddx_act_offer_rec.last_update_date;