DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_TAL_PVT

Line 3245: l_talv_date_rec okl_tal_pvt.talv_rec_type;

3241: l_fa_add_date_mg date;
3242: l_fa_adj_date_corp date;
3243: l_fa_adj_date_tax date;
3244: l_fa_adj_date_mg date;
3245: l_talv_date_rec okl_tal_pvt.talv_rec_type;
3246: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
3247: --Bug# 4028371
3248:
3249: --Bug# 3548044

Line 3246: lx_talv_date_rec okl_tal_pvt.talv_rec_type;

3242: l_fa_adj_date_corp date;
3243: l_fa_adj_date_tax date;
3244: l_fa_adj_date_mg date;
3245: l_talv_date_rec okl_tal_pvt.talv_rec_type;
3246: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
3247: --Bug# 4028371
3248:
3249: --Bug# 3548044
3250: l_corp_cost NUMBER;

Line 4461: okl_tal_pvt.update_row

4457: --update the fa trx date on transaction line
4458: l_talv_date_rec.id := l_talv_rec.id;
4459: l_talv_date_rec.fa_trx_date := l_fa_add_date_corp;
4460:
4461: okl_tal_pvt.update_row
4462: (p_api_version => p_api_version,
4463: p_init_msg_list => p_init_msg_list,
4464: x_return_status => x_return_status,
4465: x_msg_count => x_msg_count,

Line 5323: l_talv_date_rec okl_tal_pvt.talv_rec_type;

5319:
5320: --Bug# 4028371
5321: l_fa_adj_date date;
5322: l_fa_sub_adj_date date;
5323: l_talv_date_rec okl_tal_pvt.talv_rec_type;
5324: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
5325:
5326: l_hdr_rec l_hdr_csr%ROWTYPE;
5327:

Line 5324: lx_talv_date_rec okl_tal_pvt.talv_rec_type;

5320: --Bug# 4028371
5321: l_fa_adj_date date;
5322: l_fa_sub_adj_date date;
5323: l_talv_date_rec okl_tal_pvt.talv_rec_type;
5324: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
5325:
5326: l_hdr_rec l_hdr_csr%ROWTYPE;
5327:
5328: -- Bug# 5174778

Line 5923: okl_tal_pvt.update_row

5919: --update the fa trx date on transaction line
5920: l_talv_date_rec.id := adj_txl_rec.tal_id;
5921: l_talv_date_rec.fa_trx_date := l_fa_adj_date;
5922:
5923: okl_tal_pvt.update_row
5924: (p_api_version => p_api_version,
5925: p_init_msg_list => p_init_msg_list,
5926: x_return_status => x_return_status,
5927: x_msg_count => x_msg_count,

Line 6517: l_talv_date_rec okl_tal_pvt.talv_rec_type;

6513: --Bug# 3548044
6514: l_rebook_allowed_on_mg_book varchar2(1);
6515: --Bug# 4028371
6516: l_fa_adj_date date;
6517: l_talv_date_rec okl_tal_pvt.talv_rec_type;
6518: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
6519:
6520: l_hdr_rec l_hdr_csr%ROWTYPE;
6521:

Line 6518: lx_talv_date_rec okl_tal_pvt.talv_rec_type;

6514: l_rebook_allowed_on_mg_book varchar2(1);
6515: --Bug# 4028371
6516: l_fa_adj_date date;
6517: l_talv_date_rec okl_tal_pvt.talv_rec_type;
6518: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
6519:
6520: l_hdr_rec l_hdr_csr%ROWTYPE;
6521:
6522: --sechawla : Bug# 8370324

Line 6979: okl_tal_pvt.update_row

6975: --update the fa trx date on transaction line
6976: l_talv_date_rec.id := adj_txl_rec.tal_id;
6977: l_talv_date_rec.fa_trx_date := l_fa_adj_date;
6978:
6979: okl_tal_pvt.update_row
6980: (p_api_version => p_api_version,
6981: p_init_msg_list => p_init_msg_list,
6982: x_return_status => x_return_status,
6983: x_msg_count => x_msg_count,

Line 7581: l_talv_date_rec okl_tal_pvt.talv_rec_type;

7577: l_fa_add_date_mg date;
7578: l_fa_adj_date_mg date;
7579: l_fa_adj_date date;
7580: l_fa_tsfr_date date;
7581: l_talv_date_rec okl_tal_pvt.talv_rec_type;
7582: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
7583: ------
7584: --Bug# 4028371
7585: ------

Line 7582: lx_talv_date_rec okl_tal_pvt.talv_rec_type;

7578: l_fa_adj_date_mg date;
7579: l_fa_adj_date date;
7580: l_fa_tsfr_date date;
7581: l_talv_date_rec okl_tal_pvt.talv_rec_type;
7582: lx_talv_date_rec okl_tal_pvt.talv_rec_type;
7583: ------
7584: --Bug# 4028371
7585: ------
7586: l_hdr_rec l_hdr_csr%ROWTYPE;

Line 8578: okl_tal_pvt.update_row

8574: --update the fa trx date on transaction line
8575: l_talv_date_rec.id := adj_txl_rec.tal_id;
8576: l_talv_date_rec.fa_trx_date := l_fa_adj_date;
8577:
8578: okl_tal_pvt.update_row
8579: (p_api_version => p_api_version,
8580: p_init_msg_list => p_init_msg_list,
8581: x_return_status => x_return_status,
8582: x_msg_count => x_msg_count,

Line 8659: okl_tal_pvt.update_row

8655: -----------
8656: --Bug# 6373605 end
8657: -------------
8658:
8659: okl_tal_pvt.update_row
8660: (p_api_version => p_api_version,
8661: p_init_msg_list => p_init_msg_list,
8662: x_return_status => x_return_status,
8663: x_msg_count => x_msg_count,