DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 1730: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;

1726: p_legal_entity_id in number -- rravikir legal entity changes
1727: ) IS
1728:
1729: SUBTYPE thpv_rec_type IS OKL_TRX_ASSETS_PUB.thpv_rec_type;
1730: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;
1731:
1732:
1733:
1734: -- SECHAWLA Bug # 2701440 :

Line 3022: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,

3018:
3019: -- SECHAWLA 15-DEC-04 4028371 : set FA date on trx line
3020: lp_tlpv_rec.FA_TRX_DATE := l_fa_trx_date;
3021:
3022: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
3023: p_init_msg_list => OKC_API.G_FALSE,
3024: x_return_status => x_return_status,
3025: x_msg_count => x_msg_count,
3026: x_msg_data => x_msg_data,

Line 3109: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

3105: lp_tlpv_rec.currency_code := l_contract_currency_code;
3106: --rbruno 5436987 --- end
3107:
3108:
3109: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
3110: p_api_version => p_api_version,
3111: p_init_msg_list => OKC_API.G_FALSE,
3112: x_return_status => x_return_status,
3113: x_msg_count => x_msg_count,

Line 3520: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;

3516: p_order_line_id IN NUMBER -- SECHAWLA 21-OCT-04 3924244
3517: ) IS
3518:
3519: SUBTYPE thpv_rec_type IS OKL_TRX_ASSETS_PUB.thpv_rec_type;
3520: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;
3521:
3522: -- This cursor is used to validate Header ID
3523: CURSOR l_orderheaders_csr(p_header_id NUMBER) IS
3524: SELECT order_number

Line 4757: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,

4753:
4754: -- SECHAWLA 15-DEC-04 4028371 : set FA date on trx line
4755: lp_tlpv_rec.FA_TRX_DATE := l_fa_trx_date;
4756:
4757: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
4758: p_init_msg_list => OKC_API.G_FALSE,
4759: x_return_status => x_return_status,
4760: x_msg_count => x_msg_count,
4761: x_msg_data => x_msg_data,

Line 4830: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

4826:
4827: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
4828: lp_tlpv_rec.currency_code := l_func_curr_code;
4829:
4830: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
4831: p_api_version => p_api_version,
4832: p_init_msg_list => OKC_API.G_FALSE,
4833: x_return_status => x_return_status,
4834: x_msg_count => x_msg_count,