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 3014: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,

3010:
3011: -- SECHAWLA 15-DEC-04 4028371 : set FA date on trx line
3012: lp_tlpv_rec.FA_TRX_DATE := l_fa_trx_date;
3013:
3014: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
3015: p_init_msg_list => OKC_API.G_FALSE,
3016: x_return_status => x_return_status,
3017: x_msg_count => x_msg_count,
3018: x_msg_data => x_msg_data,

Line 3101: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

3097: lp_tlpv_rec.currency_code := l_contract_currency_code;
3098: --rbruno 5436987 --- end
3099:
3100:
3101: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
3102: p_api_version => p_api_version,
3103: p_init_msg_list => OKC_API.G_FALSE,
3104: x_return_status => x_return_status,
3105: x_msg_count => x_msg_count,

Line 3512: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;

3508: p_order_line_id IN NUMBER -- SECHAWLA 21-OCT-04 3924244
3509: ) IS
3510:
3511: SUBTYPE thpv_rec_type IS OKL_TRX_ASSETS_PUB.thpv_rec_type;
3512: SUBTYPE tlpv_rec_type IS OKL_TXL_ASSETS_PUB.tlpv_rec_type;
3513:
3514: -- This cursor is used to validate Header ID
3515: CURSOR l_orderheaders_csr(p_header_id NUMBER) IS
3516: SELECT order_number

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

4738:
4739: -- SECHAWLA 15-DEC-04 4028371 : set FA date on trx line
4740: lp_tlpv_rec.FA_TRX_DATE := l_fa_trx_date;
4741:
4742: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
4743: p_init_msg_list => OKC_API.G_FALSE,
4744: x_return_status => x_return_status,
4745: x_msg_count => x_msg_count,
4746: x_msg_data => x_msg_data,

Line 4815: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

4811:
4812: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
4813: lp_tlpv_rec.currency_code := l_func_curr_code;
4814:
4815: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
4816: p_api_version => p_api_version,
4817: p_init_msg_list => OKC_API.G_FALSE,
4818: x_return_status => x_return_status,
4819: x_msg_count => x_msg_count,