DBA Data[Home] [Help]

APPS.POR_TAX_PVT dependencies on ZX_API_PUB

Line 357: zx_api_pub.calculate_tax(p_api_version => 1.0,

353: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
354: END IF;
355:
356: -- Now calculate the tax
357: zx_api_pub.calculate_tax(p_api_version => 1.0,
358: p_init_msg_list => null,
359: p_commit => null,
360: p_validation_level => null,
361: x_return_status => l_return_status,

Line 389: zx_api_pub.determine_recovery(p_api_version => 1.0,

385: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
386: END IF;
387:
388: -- Now determine the recovery
389: zx_api_pub.determine_recovery(p_api_version => 1.0,
390: p_init_msg_list => null,
391: p_commit => null,
392: p_validation_level => null,
393: x_return_status => l_return_status,

Line 765: zx_api_pub.get_default_tax_det_attribs(p_api_version => 1.0,

761: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
762: END IF;
763:
764: -- Now get the default tax attibutes
765: zx_api_pub.get_default_tax_det_attribs(p_api_version => 1.0,
766: p_init_msg_list => null,
767: p_commit => null,
768: p_validation_level => null,
769: x_return_status => l_return_status,

Line 911: l_transaction_rec ZX_API_PUB.transaction_rec_type;

907: x_msg_count OUT NOCOPY NUMBER) IS
908:
909: PRAGMA AUTONOMOUS_TRANSACTION;
910:
911: l_transaction_rec ZX_API_PUB.transaction_rec_type;
912: l_msg_count NUMBER;
913: l_return_status VARCHAR2(60);
914: l_msg_data VARCHAR2(480);
915: l_progress PLS_INTEGER;

Line 953: zx_api_pub.global_document_update(p_api_version => 1.0,

949: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
950: END IF;
951:
952: -- this will delete all tax attribute records for this requisition
953: zx_api_pub.global_document_update(p_api_version => 1.0,
954: p_init_msg_list => null,
955: p_commit => null,
956: p_validation_level => null,
957: x_return_status => l_return_status,

Line 1008: l_transaction_rec ZX_API_PUB.transaction_rec_type;

1004: x_msg_count OUT NOCOPY NUMBER ) IS
1005:
1006: PRAGMA AUTONOMOUS_TRANSACTION;
1007:
1008: l_transaction_rec ZX_API_PUB.transaction_rec_type;
1009: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;
1010:
1011: l_legal_entity_id PLS_INTEGER;
1012: i PLS_INTEGER;

Line 1009: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;

1005:
1006: PRAGMA AUTONOMOUS_TRANSACTION;
1007:
1008: l_transaction_rec ZX_API_PUB.transaction_rec_type;
1009: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;
1010:
1011: l_legal_entity_id PLS_INTEGER;
1012: i PLS_INTEGER;
1013: tbl_sz PLS_INTEGER;

Line 1074: zx_api_pub.global_document_update(p_api_version => 1.0,

1070: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
1071: END IF;
1072:
1073: -- this will delete all tax attribute records for this requisition
1074: zx_api_pub.global_document_update(p_api_version => 1.0,
1075: p_init_msg_list => null,
1076: p_commit => null,
1077: p_validation_level => null,
1078: x_return_status => l_return_status,

Line 1269: zx_api_pub.insert_line_det_factors(p_api_version => 1.0,

1265: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
1266: END IF;
1267:
1268: -- this will insert the tax determining factors into the EBTax tables
1269: zx_api_pub.insert_line_det_factors(p_api_version => 1.0,
1270: p_init_msg_list => null,
1271: p_commit => null,
1272: p_validation_level => null,
1273: x_return_status => l_return_status,

Line 1426: zx_api_pub.copy_insert_line_det_factors(p_api_version => 1.0,

1422:
1423: l_progress := 100;
1424:
1425: -- this will insert the tax determining factors into the EBTax tables
1426: zx_api_pub.copy_insert_line_det_factors(p_api_version => 1.0,
1427: p_init_msg_list => null,
1428: p_commit => null,
1429: p_validation_level => null,
1430: x_return_status => l_return_status,