DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 279: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;

275: lx_tlpv_rec tlpv_rec_type;
276: lp_empty_thpv_rec thpv_rec_type;
277: lp_empty_tlpv_rec tlpv_rec_type;
278:
279: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;
280: lp_adpv_rec adpv_rec_type;
281: lx_adpv_rec adpv_rec_type;
282: lp_empty_adpv_rec adpv_rec_type;
283:

Line 458: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

454: IF p_book_rec.book_class = 'TAX' THEN
455: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
456: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
457: lp_adpv_rec.asset_number := p_book_rec.asset_number;
458: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
459: p_api_version => p_api_version,
460: p_init_msg_list => OKL_API.G_FALSE,
461: x_return_status => x_return_status,
462: x_msg_count => x_msg_count,

Line 625: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

621: IF p_book_rec.book_class = 'TAX' THEN
622: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
623: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
624: lp_adpv_rec.asset_number := p_book_rec.asset_number;
625: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
626: p_api_version => p_api_version,
627: p_init_msg_list => OKL_API.G_FALSE,
628: x_return_status => x_return_status,
629: x_msg_count => x_msg_count,

Line 757: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

753: IF p_book_rec.book_class = 'TAX' THEN
754: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
755: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
756: lp_adpv_rec.asset_number := p_book_rec.asset_number;
757: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
758: p_api_version => p_api_version,
759: p_init_msg_list => OKL_API.G_FALSE,
760: x_return_status => x_return_status,
761: x_msg_count => x_msg_count,

Line 894: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

890: IF p_book_rec.book_class = 'TAX' THEN
891: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
892: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
893: lp_adpv_rec.asset_number := p_book_rec.asset_number;
894: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
895: p_api_version => p_api_version,
896: p_init_msg_list => OKL_API.G_FALSE,
897: x_return_status => x_return_status,
898: x_msg_count => x_msg_count,

Line 1026: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

1022: IF p_book_rec.book_class = 'TAX' THEN
1023: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
1024: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
1025: lp_adpv_rec.asset_number := p_book_rec.asset_number;
1026: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
1027: p_api_version => p_api_version,
1028: p_init_msg_list => OKL_API.G_FALSE,
1029: x_return_status => x_return_status,
1030: x_msg_count => x_msg_count,

Line 1165: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;

1161: lx_tlpv_rec tlpv_rec_type;
1162: lp_empty_thpv_rec thpv_rec_type;
1163: lp_empty_tlpv_rec tlpv_rec_type;
1164:
1165: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;
1166: lp_adpv_rec adpv_rec_type;
1167: lx_adpv_rec adpv_rec_type;
1168: lp_empty_adpv_rec adpv_rec_type;
1169:

Line 1427: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

1423: IF p_book_rec.book_class = 'TAX' THEN
1424: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
1425: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
1426: lp_adpv_rec.asset_number := p_book_rec.asset_number;
1427: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
1428: p_api_version => p_api_version,
1429: p_init_msg_list => OKL_API.G_FALSE,
1430: x_return_status => x_return_status,
1431: x_msg_count => x_msg_count,

Line 1567: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

1563: IF p_book_rec.book_class = 'TAX' THEN
1564: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
1565: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
1566: lp_adpv_rec.asset_number := p_book_rec.asset_number;
1567: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
1568: p_api_version => p_api_version,
1569: p_init_msg_list => OKL_API.G_FALSE,
1570: x_return_status => x_return_status,
1571: x_msg_count => x_msg_count,

Line 1746: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

1742: IF p_book_rec.book_class = 'TAX' THEN
1743: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
1744: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
1745: lp_adpv_rec.asset_number := p_book_rec.asset_number;
1746: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
1747: p_api_version => p_api_version,
1748: p_init_msg_list => OKL_API.G_FALSE,
1749: x_return_status => x_return_status,
1750: x_msg_count => x_msg_count,

Line 1890: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

1886: IF p_book_rec.book_class = 'TAX' THEN
1887: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
1888: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
1889: lp_adpv_rec.asset_number := p_book_rec.asset_number;
1890: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
1891: p_api_version => p_api_version,
1892: p_init_msg_list => OKL_API.G_FALSE,
1893: x_return_status => x_return_status,
1894: x_msg_count => x_msg_count,

Line 2055: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2051: IF p_book_rec.book_class = 'TAX' THEN
2052: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
2053: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
2054: lp_adpv_rec.asset_number := p_book_rec.asset_number;
2055: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2056: p_api_version => p_api_version,
2057: p_init_msg_list => OKL_API.G_FALSE,
2058: x_return_status => x_return_status,
2059: x_msg_count => x_msg_count,

Line 2196: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2192: IF p_book_rec.book_class = 'TAX' THEN
2193: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
2194: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
2195: lp_adpv_rec.asset_number := p_book_rec.asset_number;
2196: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2197: p_api_version => p_api_version,
2198: p_init_msg_list => OKL_API.G_FALSE,
2199: x_return_status => x_return_status,
2200: x_msg_count => x_msg_count,

Line 2331: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;

2327: lp_tlpv_rec tlpv_rec_type;
2328: lx_tlpv_rec tlpv_rec_type;
2329: lp_empty_thpv_rec thpv_rec_type;
2330: lp_empty_tlpv_rec tlpv_rec_type;
2331: SUBTYPE adpv_rec_type IS OKL_TXD_ASSETS_PUB.adpv_rec_type;
2332: lp_adpv_rec adpv_rec_type;
2333: lx_adpv_rec adpv_rec_type;
2334: lp_empty_adpv_rec adpv_rec_type;
2335:

Line 2583: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2579: IF p_book_rec.book_class = 'TAX' THEN
2580: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
2581: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
2582: lp_adpv_rec.asset_number := p_book_rec.asset_number;
2583: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2584: p_api_version => p_api_version,
2585: p_init_msg_list => OKL_API.G_FALSE,
2586: x_return_status => x_return_status,
2587: x_msg_count => x_msg_count,

Line 2715: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2711: IF p_book_rec.book_class = 'TAX' THEN
2712: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
2713: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
2714: lp_adpv_rec.asset_number := p_book_rec.asset_number;
2715: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2716: p_api_version => p_api_version,
2717: p_init_msg_list => OKL_API.G_FALSE,
2718: x_return_status => x_return_status,
2719: x_msg_count => x_msg_count,

Line 2890: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2886: IF p_book_rec.book_class = 'TAX' THEN
2887: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
2888: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
2889: lp_adpv_rec.asset_number := p_book_rec.asset_number;
2890: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2891: p_api_version => p_api_version,
2892: p_init_msg_list => OKL_API.G_FALSE,
2893: x_return_status => x_return_status,
2894: x_msg_count => x_msg_count,

Line 3029: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

3025: IF p_book_rec.book_class = 'TAX' THEN
3026: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
3027: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
3028: lp_adpv_rec.asset_number := p_book_rec.asset_number;
3029: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
3030: p_api_version => p_api_version,
3031: p_init_msg_list => OKL_API.G_FALSE,
3032: x_return_status => x_return_status,
3033: x_msg_count => x_msg_count,

Line 3191: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

3187: IF p_book_rec.book_class = 'TAX' THEN
3188: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
3189: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
3190: lp_adpv_rec.asset_number := p_book_rec.asset_number;
3191: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
3192: p_api_version => p_api_version,
3193: p_init_msg_list => OKL_API.G_FALSE,
3194: x_return_status => x_return_status,
3195: x_msg_count => x_msg_count,

Line 3328: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

3324: IF p_book_rec.book_class = 'TAX' THEN
3325: lp_adpv_rec.tal_id := lx_tlpv_rec.id;
3326: lp_adpv_rec.tax_book := p_book_rec.book_type_code;
3327: lp_adpv_rec.asset_number := p_book_rec.asset_number;
3328: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
3329: p_api_version => p_api_version,
3330: p_init_msg_list => OKL_API.G_FALSE,
3331: x_return_status => x_return_status,
3332: x_msg_count => x_msg_count,