DBA Data[Home] [Help]

APPS.OKL_RGRP_RULES_PROCESS_PVT_W dependencies on OKL_RGRP_RULES_PROCESS_PVT

Line 1: package body okl_rgrp_rules_process_pvt_w as

1: package body okl_rgrp_rules_process_pvt_w as
2: /* $Header: OKLERGRB.pls 120.1 2005/07/11 14:20:11 asawanka 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_p2(t out nocopy okl_rgrp_rules_process_pvt.rgr_tbl_type, a0 JTF_VARCHAR2_TABLE_100

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

Line 161: procedure rosetta_table_copy_out_p2(t okl_rgrp_rules_process_pvt.rgr_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

157: end loop;
158: end if;
159: end if;
160: end rosetta_table_copy_in_p2;
161: procedure rosetta_table_copy_out_p2(t okl_rgrp_rules_process_pvt.rgr_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
162: , a1 out nocopy JTF_NUMBER_TABLE
163: , a2 out nocopy JTF_NUMBER_TABLE
164: , a3 out nocopy JTF_VARCHAR2_TABLE_100
165: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 485: procedure rosetta_table_copy_in_p3(t out nocopy okl_rgrp_rules_process_pvt.rgr_out_tbl_type, a0 JTF_NUMBER_TABLE

481: end if;
482: end if;
483: end rosetta_table_copy_out_p2;
484:
485: procedure rosetta_table_copy_in_p3(t out nocopy okl_rgrp_rules_process_pvt.rgr_out_tbl_type, a0 JTF_NUMBER_TABLE
486: , a1 JTF_VARCHAR2_TABLE_100
487: , a2 JTF_VARCHAR2_TABLE_100
488: , a3 JTF_VARCHAR2_TABLE_100
489: ) as

Line 510: procedure rosetta_table_copy_out_p3(t okl_rgrp_rules_process_pvt.rgr_out_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

506: end loop;
507: end if;
508: end if;
509: end rosetta_table_copy_in_p3;
510: procedure rosetta_table_copy_out_p3(t okl_rgrp_rules_process_pvt.rgr_out_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
511: , a1 out nocopy JTF_VARCHAR2_TABLE_100
512: , a2 out nocopy JTF_VARCHAR2_TABLE_100
513: , a3 out nocopy JTF_VARCHAR2_TABLE_100
514: ) as

Line 622: ddp_rgr_tbl okl_rgrp_rules_process_pvt.rgr_tbl_type;

618: , p9_a60 JTF_NUMBER_TABLE
619: )
620:
621: as
622: ddp_rgr_tbl okl_rgrp_rules_process_pvt.rgr_tbl_type;
623: ddindx binary_integer; indx binary_integer;
624: begin
625:
626: -- copy data to the local IN or IN-OUT args, if any

Line 636: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_in_p2(ddp_rgr_tbl, p9_a0

632:
633:
634:
635:
636: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_in_p2(ddp_rgr_tbl, p9_a0
637: , p9_a1
638: , p9_a2
639: , p9_a3
640: , p9_a4

Line 700: okl_rgrp_rules_process_pvt.process_rule_group_rules(p_api_version,

696: , p9_a60
697: );
698:
699: -- here's the delegated call to the old PL/SQL routine
700: okl_rgrp_rules_process_pvt.process_rule_group_rules(p_api_version,
701: p_init_msg_list,
702: x_return_status,
703: x_msg_count,
704: x_msg_data,

Line 797: ddp_rgr_tbl okl_rgrp_rules_process_pvt.rgr_tbl_type;

793: , p7_a3 out nocopy JTF_VARCHAR2_TABLE_100
794: )
795:
796: as
797: ddp_rgr_tbl okl_rgrp_rules_process_pvt.rgr_tbl_type;
798: ddx_rgr_tbl okl_rgrp_rules_process_pvt.rgr_out_tbl_type;
799: ddindx binary_integer; indx binary_integer;
800: begin
801:

Line 798: ddx_rgr_tbl okl_rgrp_rules_process_pvt.rgr_out_tbl_type;

794: )
795:
796: as
797: ddp_rgr_tbl okl_rgrp_rules_process_pvt.rgr_tbl_type;
798: ddx_rgr_tbl okl_rgrp_rules_process_pvt.rgr_out_tbl_type;
799: ddindx binary_integer; indx binary_integer;
800: begin
801:
802: -- copy data to the local IN or IN-OUT args, if any

Line 809: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_in_p2(ddp_rgr_tbl, p6_a0

805:
806:
807:
808:
809: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_in_p2(ddp_rgr_tbl, p6_a0
810: , p6_a1
811: , p6_a2
812: , p6_a3
813: , p6_a4

Line 874: okl_rgrp_rules_process_pvt.process_template_rules(p_api_version,

870: );
871:
872:
873: -- here's the delegated call to the old PL/SQL routine
874: okl_rgrp_rules_process_pvt.process_template_rules(p_api_version,
875: p_init_msg_list,
876: x_return_status,
877: x_msg_count,
878: x_msg_data,

Line 891: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_out_p3(ddx_rgr_tbl, p7_a0

887:
888:
889:
890:
891: okl_rgrp_rules_process_pvt_w.rosetta_table_copy_out_p3(ddx_rgr_tbl, p7_a0
892: , p7_a1
893: , p7_a2
894: , p7_a3
895: );

Line 898: end okl_rgrp_rules_process_pvt_w;

894: , p7_a3
895: );
896: end;
897:
898: end okl_rgrp_rules_process_pvt_w;