DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on XLE_THIRDPARTY

Line 1675: l_legal_information_rec XLE_THIRDPARTY.LegalInformation_Rec;

1671: p_vendor_site_country IN VARCHAR2)
1672: RETURN VARCHAR2
1673: IS
1674:
1675: l_legal_information_rec XLE_THIRDPARTY.LegalInformation_Rec;
1676: l_return_status VARCHAR2(1);
1677: l_msg_count NUMBER;
1678: l_msg_data VARCHAR2(2000);
1679:

Line 1689: XLE_THIRDPARTY.Get_LegalInformation

1685: -- supplier and is only for IT, ES and GR
1686: -- the implementation is based on 11i PO schema, rather than TCA
1687: -- basically the API selects PO_VENDORS.NUM_1099 as the
1688: -- registration number
1689: XLE_THIRDPARTY.Get_LegalInformation
1690: (
1691: p_api_version => 1.0,
1692: p_init_msg_list => fnd_api.g_false,
1693: p_commit => fnd_api.g_false,

Line 2017: XLE_THIRDPARTY.Get_TP_VATRegistration_PTY

2013: p_effective_date => null ));*/
2014:
2015:
2016: /* -- XLE descoped third party APIs
2017: XLE_THIRDPARTY.Get_TP_VATRegistration_PTY
2018: (
2019: p_api_version => 1.0,
2020: p_init_msg_list => fnd_api.g_false,
2021: p_commit => fnd_api.g_false,