DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on ZX_API_PUB

Line 1466: /*l_registration_number := ZX_API_PUB.get_default_tax_reg

1462: -- frzhang 4/6/05
1463: -- call directly to ZX API. copied from XLE code
1464:
1465:
1466: /*l_registration_number := ZX_API_PUB.get_default_tax_reg
1467: (
1468: p_api_version => 1.0 ,
1469: p_init_msg_list => NULL,
1470: p_commit=> NULL,

Line 1480: l_registration_number := NVL(ZX_API_PUB.get_default_tax_reg

1476: p_party_type => p_party_type,
1477: p_effective_date => null );*/ --Commented as part of Bug# 7412315
1478:
1479: --Bug # 7412315
1480: l_registration_number := NVL(ZX_API_PUB.get_default_tax_reg
1481: (
1482: p_api_version => 1.0 ,
1483: p_init_msg_list => NULL,
1484: p_commit=> NULL,

Line 1491: p_effective_date => null ),ZX_API_PUB.get_default_tax_reg

1487: x_msg_count => l_msg_count,
1488: x_msg_data => l_msg_data,
1489: p_party_id => NVL(p_supplier_site_id,p_party_id),
1490: p_party_type => l_party_type,
1491: p_effective_date => null ),ZX_API_PUB.get_default_tax_reg
1492: (
1493: p_api_version => 1.0 ,
1494: p_init_msg_list => NULL,
1495: p_commit=> NULL,