Questions about how to get social security field in the payment process request
What we want is to show the employee's social security field in the PPR output. From my analysis, in the early version of the script, it is stored in the LegalEntityRegistrationNumber field. But in later version, it has been removed.
So why is it removed and is it available again in the later and later version or is there any workaround for same now
Version:ibypaygb.pls&&120.108.12010000.57
PROCEDURE GET_VENDOR_INFO(
l_trx_vend_index IN BINARY_INTEGER
)
IS
l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME ||
'.GET_VENDOR_INFO';
l_vendor_index VARCHAR2(4000);
CURSOR c_vendor_info(l_trx_index BINARY_INTEGER)