DBA Data[Home] [Help]

APPS.IBY_INSTRREG_PUB dependencies on FND_GLOBAL

Line 405: IBY_NETUTILS_PVT.check_mandatory('OapfLoginId', fnd_global.login_id, l_url, l_db_nls, l_ecapp_nls);

401: -- lmallick: PA-DSS fixes
402: -- For IMMEDIATE mode of encryption, pass the login_id and user_id to the
403: -- ecapp servlet. This would ensure that the audit trail is maintained even when the
404: -- requested is routed through the ecapp servlet
405: IBY_NETUTILS_PVT.check_mandatory('OapfLoginId', fnd_global.login_id, l_url, l_db_nls, l_ecapp_nls);
406: IBY_NETUTILS_PVT.check_mandatory('OapfUserId', fnd_global.user_id, l_url, l_db_nls, l_ecapp_nls);
407:
408:
409: IF ( l_instrument_type = C_INSTRTYPE_BANKACCT) THEN

Line 406: IBY_NETUTILS_PVT.check_mandatory('OapfUserId', fnd_global.user_id, l_url, l_db_nls, l_ecapp_nls);

402: -- For IMMEDIATE mode of encryption, pass the login_id and user_id to the
403: -- ecapp servlet. This would ensure that the audit trail is maintained even when the
404: -- requested is routed through the ecapp servlet
405: IBY_NETUTILS_PVT.check_mandatory('OapfLoginId', fnd_global.login_id, l_url, l_db_nls, l_ecapp_nls);
406: IBY_NETUTILS_PVT.check_mandatory('OapfUserId', fnd_global.user_id, l_url, l_db_nls, l_ecapp_nls);
407:
408:
409: IF ( l_instrument_type = C_INSTRTYPE_BANKACCT) THEN
410: IBY_NETUTILS_PVT.check_optional('OapfInstrOwnerType', p_pmtInstrRec.BankAcctInstr.BankAcct_HolderType, l_url, l_db_nls, l_ecapp_nls);