DBA Data[Home] [Help]

APPS.AMS_ACTPRODUCT_PVT_OA dependencies on AMS_ACTPRODUCT_PVT

Line 1: package body ams_actproduct_pvt_oa as

1: package body ams_actproduct_pvt_oa as
2: /* $Header: amsaacpb.pls 120.0 2005/08/31 09:45 gramanat noship $ */
3: procedure create_act_product(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 56: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

52: , x_act_product_id out nocopy NUMBER
53: )
54:
55: as
56: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
57: ddindx binary_integer; indx binary_integer;
58: begin
59:
60: -- copy data to the local IN or IN-OUT args, if any

Line 113: ams_actproduct_pvt.create_act_product(p_api_version,

109: ddp_act_product_rec.adjustment_flag := p7_a41;
110:
111:
112: -- here's the delegated call to the old PL/SQL routine
113: ams_actproduct_pvt.create_act_product(p_api_version,
114: p_init_msg_list,
115: p_commit,
116: p_validation_level,
117: x_return_status,

Line 186: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

182: , p7_a41 VARCHAR2
183: )
184:
185: as
186: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
187: ddindx binary_integer; indx binary_integer;
188: begin
189:
190: -- copy data to the local IN or IN-OUT args, if any

Line 242: ams_actproduct_pvt.update_act_product(p_api_version,

238: ddp_act_product_rec.scan_unit_forecast := p7_a40;
239: ddp_act_product_rec.adjustment_flag := p7_a41;
240:
241: -- here's the delegated call to the old PL/SQL routine
242: ams_actproduct_pvt.update_act_product(p_api_version,
243: p_init_msg_list,
244: p_commit,
245: p_validation_level,
246: x_return_status,

Line 312: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

308: , p6_a41 VARCHAR2
309: )
310:
311: as
312: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
313: ddindx binary_integer; indx binary_integer;
314: begin
315:
316: -- copy data to the local IN or IN-OUT args, if any

Line 367: ams_actproduct_pvt.validate_act_product(p_api_version,

363: ddp_act_product_rec.scan_unit_forecast := p6_a40;
364: ddp_act_product_rec.adjustment_flag := p6_a41;
365:
366: -- here's the delegated call to the old PL/SQL routine
367: ams_actproduct_pvt.validate_act_product(p_api_version,
368: p_init_msg_list,
369: p_validation_level,
370: x_return_status,
371: x_msg_count,

Line 431: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

427: , x_return_status out nocopy VARCHAR2
428: )
429:
430: as
431: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
432: ddindx binary_integer; indx binary_integer;
433: begin
434:
435: -- copy data to the local IN or IN-OUT args, if any

Line 482: ams_actproduct_pvt.validate_act_product_items(ddp_act_product_rec,

478:
479:
480:
481: -- here's the delegated call to the old PL/SQL routine
482: ams_actproduct_pvt.validate_act_product_items(ddp_act_product_rec,
483: p_validation_mode,
484: x_return_status);
485:
486: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 537: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

533: , x_return_status out nocopy VARCHAR2
534: )
535:
536: as
537: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
538: ddindx binary_integer; indx binary_integer;
539: begin
540:
541: -- copy data to the local IN or IN-OUT args, if any

Line 587: ams_actproduct_pvt.validate_act_product_record(ddp_act_product_rec,

583: ddp_act_product_rec.adjustment_flag := p0_a41;
584:
585:
586: -- here's the delegated call to the old PL/SQL routine
587: ams_actproduct_pvt.validate_act_product_record(ddp_act_product_rec,
588: x_return_status);
589:
590: -- copy data back from the local variables to OUT or IN-OUT args, if any
591:

Line 681: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;

677: , p1_a41 out nocopy VARCHAR2
678: )
679:
680: as
681: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
682: ddx_act_product_rec ams_actproduct_pvt.act_product_rec_type;
683: ddindx binary_integer; indx binary_integer;
684: begin
685:

Line 682: ddx_act_product_rec ams_actproduct_pvt.act_product_rec_type;

678: )
679:
680: as
681: ddp_act_product_rec ams_actproduct_pvt.act_product_rec_type;
682: ddx_act_product_rec ams_actproduct_pvt.act_product_rec_type;
683: ddindx binary_integer; indx binary_integer;
684: begin
685:
686: -- copy data to the local IN or IN-OUT args, if any

Line 732: ams_actproduct_pvt.complete_act_product_rec(ddp_act_product_rec,

728: ddp_act_product_rec.adjustment_flag := p0_a41;
729:
730:
731: -- here's the delegated call to the old PL/SQL routine
732: ams_actproduct_pvt.complete_act_product_rec(ddp_act_product_rec,
733: ddx_act_product_rec);
734:
735: -- copy data back from the local variables to OUT or IN-OUT args, if any
736:

Line 781: end ams_actproduct_pvt_oa;

777: p1_a40 := ddx_act_product_rec.scan_unit_forecast;
778: p1_a41 := ddx_act_product_rec.adjustment_flag;
779: end;
780:
781: end ams_actproduct_pvt_oa;