DBA Data[Home] [Help]

APPS.POR_TAX_PVT dependencies on ZX_API_PUB

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

359: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
360: END IF;
361:
362: -- Now calculate the tax
363: zx_api_pub.calculate_tax(p_api_version => 1.0,
364: p_init_msg_list => null,
365: p_commit => null,
366: p_validation_level => null,
367: x_return_status => l_return_status,

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

391: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
392: END IF;
393:
394: -- Now determine the recovery
395: zx_api_pub.determine_recovery(p_api_version => 1.0,
396: p_init_msg_list => null,
397: p_commit => null,
398: p_validation_level => null,
399: x_return_status => l_return_status,

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

780: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
781: END IF;
782:
783: -- Now get the default tax attibutes
784: zx_api_pub.get_default_tax_det_attribs(p_api_version => 1.0,
785: p_init_msg_list => null,
786: p_commit => null,
787: p_validation_level => null,
788: x_return_status => l_return_status,

Line 930: l_transaction_rec ZX_API_PUB.transaction_rec_type;

926: x_msg_count OUT NOCOPY NUMBER) IS
927:
928: PRAGMA AUTONOMOUS_TRANSACTION;
929:
930: l_transaction_rec ZX_API_PUB.transaction_rec_type;
931: l_msg_count NUMBER;
932: l_return_status VARCHAR2(60);
933: l_msg_data VARCHAR2(480);
934: l_progress PLS_INTEGER;

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

968: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
969: END IF;
970:
971: -- this will delete all tax attribute records for this requisition
972: zx_api_pub.global_document_update(p_api_version => 1.0,
973: p_init_msg_list => null,
974: p_commit => null,
975: p_validation_level => null,
976: x_return_status => l_return_status,

Line 1027: l_transaction_rec ZX_API_PUB.transaction_rec_type;

1023: x_msg_count OUT NOCOPY NUMBER ) IS
1024:
1025: PRAGMA AUTONOMOUS_TRANSACTION;
1026:
1027: l_transaction_rec ZX_API_PUB.transaction_rec_type;
1028: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;
1029:
1030: l_legal_entity_id PLS_INTEGER;
1031: i PLS_INTEGER;

Line 1028: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;

1024:
1025: PRAGMA AUTONOMOUS_TRANSACTION;
1026:
1027: l_transaction_rec ZX_API_PUB.transaction_rec_type;
1028: l_transaction_line_rec ZX_API_PUB.transaction_line_rec_type;
1029:
1030: l_legal_entity_id PLS_INTEGER;
1031: i PLS_INTEGER;
1032: tbl_sz PLS_INTEGER;

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

1081: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
1082: END IF;
1083:
1084: -- this will delete all tax attribute records for this requisition
1085: zx_api_pub.global_document_update(p_api_version => 1.0,
1086: p_init_msg_list => null,
1087: p_commit => null,
1088: p_validation_level => null,
1089: x_return_status => l_return_status,

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

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

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

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