DBA Data[Home] [Help]

APPS.OKL_AM_SYSTEM_PARAMS_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 45: l_sec_rep_method okl_sys_acct_opts.SECONDARY_REP_METHOD%TYPE;

41: l_tax_2 OKL_SYSTEM_PARAMS_ALL.TAX_BOOK_2%type;
42: l_asst_book_type_name FA_BOOK_CONTROLS.BOOK_TYPE_NAME%TYPE;
43:
44: --NIKSHAH added below variables, bug # 8570053
45: l_sec_rep_method okl_sys_acct_opts.SECONDARY_REP_METHOD%TYPE;
46: l_rpt_book_type OKL_SYSTEM_PARAMS.rpt_prod_book_type_code%TYPE;
47: --NIKSHAH added above variables, bug # 8570053
48: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
49:

Line 74: from okl_system_params p, okl_sys_acct_opts a

70:
71: --NIKSHAH added below cursor, bug # 8570053
72: CURSOR c_get_sec_repr_method IS
73: select secondary_rep_method, rpt_prod_book_type_code
74: from okl_system_params p, okl_sys_acct_opts a
75: where p.org_id = a.org_id;
76:
77:
78: BEGIN