DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_LLN_PVT

Line 2274: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

2270: )
2271:
2272: IS
2273:
2274: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2275: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2276:
2277: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2278: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

Line 2275: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

2271:
2272: IS
2273:
2274: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2275: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2276:
2277: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2278: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2279:

Line 2277: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

2273:
2274: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2275: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2276:
2277: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2278: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2279:
2280:
2281: p_api_version NUMBER := 1.0;

Line 2278: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

2274: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2275: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2276:
2277: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2278: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2279:
2280:
2281: p_api_version NUMBER := 1.0;
2282: p_init_msg_list VARCHAR2(1) := Okl_Api.g_false;

Line 4011: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4007: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4008: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4009: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4010:
4011: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4012: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4013: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4014:
4015: --All the below variables for a successful rules invocation

Line 4012: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4008: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4009: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4010:
4011: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4012: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4013: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4014:
4015: --All the below variables for a successful rules invocation
4016: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;

Line 4013: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4009: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4010:
4011: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4012: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4013: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4014:
4015: --All the below variables for a successful rules invocation
4016: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;
4017: l_init_msg_list VARCHAR2(1) ;