DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 8679: l_ledger_id := okl_accounting_util.get_set_of_books_id;

8675: END IF;
8676: CLOSE l_trxrequests_csr;
8677:
8678: -- Fetch the Ledger info
8679: l_ledger_id := okl_accounting_util.get_set_of_books_id;
8680:
8681: -- Fetch the Tax country
8682: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
8683: x_msg_count => x_msg_count,

Line 10324: l_ledger_id := okl_accounting_util.get_set_of_books_id;

10320: 'lx_contract_start_date '||lx_contract_start_date );
10321: END IF;
10322:
10323: -- Fetch the Ledger info
10324: l_ledger_id := okl_accounting_util.get_set_of_books_id;
10325:
10326: -- Fetch the Tax country
10327: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
10328: x_msg_count => x_msg_count,

Line 11572: l_ledger_id := okl_accounting_util.get_set_of_books_id;

11568: END IF;
11569: END IF;
11570:
11571: -- Fetch the Ledger info
11572: l_ledger_id := okl_accounting_util.get_set_of_books_id;
11573:
11574: -- Fetch the Tax country
11575: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
11576: x_msg_count => x_msg_count,

Line 12839: l_line_params_tbl(new_tax_count).ledger_id := okl_accounting_util.get_set_of_books_id;

12835: l_line_params_tbl(new_tax_count).entity_code := G_CONTRACTS_ENTITY_CODE;
12836: l_line_params_tbl(new_tax_count).event_class_code := G_BOOKING_EVENT_CLASS_CODE;
12837: l_line_params_tbl(new_tax_count).event_type_code := G_BOOKING_CRE_EVT_TYPE_CODE;
12838: l_line_params_tbl(new_tax_count).trx_date := l_tax_sources_tbl(k).trx_date;
12839: l_line_params_tbl(new_tax_count).ledger_id := okl_accounting_util.get_set_of_books_id;
12840: l_line_params_tbl(new_tax_count).legal_entity_id := l_tax_sources_tbl(k).legal_entity_id;
12841: l_line_params_tbl(new_tax_count).trx_level_type := G_TRX_LEVEL_TYPE;
12842: l_line_params_tbl(new_tax_count).line_level_action := G_CREATE_LINE_LEVEL_ACTION;
12843: l_line_params_tbl(new_tax_count).trx_line_id := l_new_tax_sources_tbl(new_tax_count).id;

Line 13601: l_ledger_id := okl_accounting_util.get_set_of_books_id;

13597: END IF;
13598: -- delete booking tax lines from zx_lines -- end
13599:
13600: -- Fetch the Ledger info
13601: l_ledger_id := okl_accounting_util.get_set_of_books_id;
13602: l_reported_yn := 'N';
13603:
13604: -- Fetch the Tax country
13605: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,

Line 16144: l_ledger_id := okl_accounting_util.get_set_of_books_id;

16140: END LOOP;
16141: CLOSE l_prevtaxsources_csr;
16142:
16143: -- Fetch the Ledger info
16144: l_ledger_id := okl_accounting_util.get_set_of_books_id;
16145: l_reported_yn := 'N';
16146:
16147: -- Fetch the Tax country
16148: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,