DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on XLE_THIRDPARTY

Line 1239: l_legal_information_rec XLE_THIRDPARTY.LegalInformation_Rec;

1235: p_vendor_site_country IN VARCHAR2)
1236: RETURN VARCHAR2
1237: IS
1238:
1239: l_legal_information_rec XLE_THIRDPARTY.LegalInformation_Rec;
1240: l_return_status VARCHAR2(1);
1241: l_msg_count NUMBER;
1242: l_msg_data VARCHAR2(2000);
1243:

Line 1253: XLE_THIRDPARTY.Get_LegalInformation

1249: -- supplier and is only for IT, ES and GR
1250: -- the implementation is based on 11i PO schema, rather than TCA
1251: -- basically the API selects PO_VENDORS.NUM_1099 as the
1252: -- registration number
1253: XLE_THIRDPARTY.Get_LegalInformation
1254: (
1255: p_api_version => 1.0,
1256: p_init_msg_list => fnd_api.g_false,
1257: p_commit => fnd_api.g_false,

Line 1506: XLE_THIRDPARTY.Get_TP_VATRegistration_PTY

1502: p_effective_date => null ));
1503:
1504:
1505: /* -- XLE descoped third party APIs
1506: XLE_THIRDPARTY.Get_TP_VATRegistration_PTY
1507: (
1508: p_api_version => 1.0,
1509: p_init_msg_list => fnd_api.g_false,
1510: p_commit => fnd_api.g_false,