DBA Data[Home] [Help]

APPS.OKL_CONS_BILL dependencies on OKL_LLN_PVT

Line 761: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

757: )
758:
759: IS
760:
761: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
762: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
763:
764: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
765: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

Line 762: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

758:
759: IS
760:
761: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
762: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
763:
764: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
765: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
766:

Line 764: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

760:
761: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
762: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
763:
764: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
765: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
766:
767:
768: p_api_version NUMBER := 1.0;

Line 765: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

761: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
762: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
763:
764: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
765: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
766:
767:
768: p_api_version NUMBER := 1.0;
769: p_init_msg_list VARCHAR2(1) := Okl_Api.g_false;

Line 1984: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

1980: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1981: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1982: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1983:
1984: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1985: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1986: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1987:
1988: --All the below variables for a successful rules invocation

Line 1985: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

1981: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1982: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1983:
1984: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1985: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1986: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1987:
1988: --All the below variables for a successful rules invocation
1989: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;

Line 1986: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

1982: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
1983:
1984: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1985: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1986: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
1987:
1988: --All the below variables for a successful rules invocation
1989: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;
1990: l_init_msg_list VARCHAR2(1) ;