DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 8648: l_ledger_id := okl_accounting_util.get_set_of_books_id;

8644: END IF;
8645: CLOSE l_trxrequests_csr;
8646:
8647: -- Fetch the Ledger info
8648: l_ledger_id := okl_accounting_util.get_set_of_books_id;
8649:
8650: -- Fetch the Tax country
8651: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
8652: x_msg_count => x_msg_count,

Line 10291: l_ledger_id := okl_accounting_util.get_set_of_books_id;

10287: 'lx_contract_start_date '||lx_contract_start_date );
10288: END IF;
10289:
10290: -- Fetch the Ledger info
10291: l_ledger_id := okl_accounting_util.get_set_of_books_id;
10292:
10293: -- Fetch the Tax country
10294: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
10295: x_msg_count => x_msg_count,

Line 11537: l_ledger_id := okl_accounting_util.get_set_of_books_id;

11533: END IF;
11534: END IF;
11535:
11536: -- Fetch the Ledger info
11537: l_ledger_id := okl_accounting_util.get_set_of_books_id;
11538:
11539: -- Fetch the Tax country
11540: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,
11541: x_msg_count => x_msg_count,

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

12800: l_line_params_tbl(new_tax_count).entity_code := G_CONTRACTS_ENTITY_CODE;
12801: l_line_params_tbl(new_tax_count).event_class_code := G_BOOKING_EVENT_CLASS_CODE;
12802: l_line_params_tbl(new_tax_count).event_type_code := G_BOOKING_CRE_EVT_TYPE_CODE;
12803: l_line_params_tbl(new_tax_count).trx_date := l_tax_sources_tbl(k).trx_date;
12804: l_line_params_tbl(new_tax_count).ledger_id := okl_accounting_util.get_set_of_books_id;
12805: l_line_params_tbl(new_tax_count).legal_entity_id := l_tax_sources_tbl(k).legal_entity_id;
12806: l_line_params_tbl(new_tax_count).trx_level_type := G_TRX_LEVEL_TYPE;
12807: l_line_params_tbl(new_tax_count).line_level_action := G_CREATE_LINE_LEVEL_ACTION;
12808: l_line_params_tbl(new_tax_count).trx_line_id := l_new_tax_sources_tbl(new_tax_count).id;

Line 13530: l_ledger_id := okl_accounting_util.get_set_of_books_id;

13526: END IF;
13527: -- delete booking tax lines from zx_lines -- end
13528:
13529: -- Fetch the Ledger info
13530: l_ledger_id := okl_accounting_util.get_set_of_books_id;
13531: l_reported_yn := 'N';
13532:
13533: -- Fetch the Tax country
13534: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,

Line 16072: l_ledger_id := okl_accounting_util.get_set_of_books_id;

16068: END LOOP;
16069: CLOSE l_prevtaxsources_csr;
16070:
16071: -- Fetch the Ledger info
16072: l_ledger_id := okl_accounting_util.get_set_of_books_id;
16073: l_reported_yn := 'N';
16074:
16075: -- Fetch the Tax country
16076: l_taxation_country := get_default_taxation_country(x_return_status => x_return_status,