DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on ZX_API_PUB

Line 1909: ZX_API_PUB.get_default_tax_reg

1905: iby_debug_pub.add(debug_msg => 'Reg.No not found in the cache ',
1906: debug_level => G_LEVEL_STATEMENT, module => l_debug_module);
1907: END IF;
1908: g_registration_tbl(l_key).registration_number:=
1909: ZX_API_PUB.get_default_tax_reg
1910: (
1911: p_api_version => 1.0 ,
1912: p_init_msg_list => NULL,
1913: p_commit=> NULL,

Line 1939: NVL(ZX_API_PUB.get_default_tax_reg

1935: iby_debug_pub.add(debug_msg => 'Reg.No not found in the cache for the supplier ',
1936: debug_level => G_LEVEL_STATEMENT, module => l_debug_module);
1937: END IF;
1938: g_registration_tbl(l_key).registration_number:=
1939: NVL(ZX_API_PUB.get_default_tax_reg
1940: (
1941: p_api_version => 1.0 ,
1942: p_init_msg_list => NULL,
1943: p_commit=> NULL,

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

1946: x_msg_count => l_msg_count,
1947: x_msg_data => l_msg_data,
1948: p_party_id => p_supplier_site_id,
1949: p_party_type => l_party_type,
1950: p_effective_date => null ),ZX_API_PUB.get_default_tax_reg
1951: (
1952: p_api_version => 1.0 ,
1953: p_init_msg_list => NULL,
1954: p_commit=> NULL,

Line 1977: /*l_registration_number := ZX_API_PUB.get_default_tax_reg

1973: -- frzhang 4/6/05
1974: -- call directly to ZX API. copied from XLE code
1975:
1976:
1977: /*l_registration_number := ZX_API_PUB.get_default_tax_reg
1978: (
1979: p_api_version => 1.0 ,
1980: p_init_msg_list => NULL,
1981: p_commit=> NULL,

Line 1991: /*l_registration_number := NVL(ZX_API_PUB.get_default_tax_reg

1987: p_party_type => p_party_type,
1988: p_effective_date => null );*/ --Commented as part of Bug# 7412315
1989:
1990: --Bug # 7412315
1991: /*l_registration_number := NVL(ZX_API_PUB.get_default_tax_reg
1992: (
1993: p_api_version => 1.0 ,
1994: p_init_msg_list => NULL,
1995: p_commit=> NULL,

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

1998: x_msg_count => l_msg_count,
1999: x_msg_data => l_msg_data,
2000: p_party_id => NVL(p_supplier_site_id,p_party_id),
2001: p_party_type => l_party_type,
2002: p_effective_date => null ),ZX_API_PUB.get_default_tax_reg
2003: (
2004: p_api_version => 1.0 ,
2005: p_init_msg_list => NULL,
2006: p_commit=> NULL,