DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_LLN_PVT

Line 2338: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

2334: )
2335:
2336: IS
2337:
2338: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2339: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2340:
2341: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2342: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

Line 2339: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

2335:
2336: IS
2337:
2338: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2339: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2340:
2341: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2342: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2343:

Line 2341: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

2337:
2338: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2339: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2340:
2341: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2342: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2343:
2344:
2345: p_api_version NUMBER := 1.0;

Line 2342: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;

2338: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2339: x_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2340:
2341: p_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
2342: p_llnv_tbl Okl_Lln_Pvt.llnv_tbl_type;
2343:
2344:
2345: p_api_version NUMBER := 1.0;
2346: p_init_msg_list VARCHAR2(1) := Okl_Api.g_false;

Line 4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4071: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4072: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4077: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4078:
4079: --All the below variables for a successful rules invocation

Line 4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4072: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4077: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4078:
4079: --All the below variables for a successful rules invocation
4080: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;

Line 4077: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;

4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4077: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4078:
4079: --All the below variables for a successful rules invocation
4080: l_rul_format_name OKC_RULES_B.RULE_INFORMATION1%TYPE;
4081: l_init_msg_list VARCHAR2(1) ;