DBA Data[Home] [Help]

APPS.JA_CN_SYSOPS_BANK_PKG dependencies on FND_GLOBAL

Line 649: p_resp_application_id => fnd_global.RESP_APPL_ID,

645: fnd_flex_server.check_value_security(p_security_check_mode => 'YH',
646: p_flex_value_set_id => l_flex_valueset_id,
647: p_parent_flex_value => null,
648: p_flex_value => p_bsv, --BSV
649: p_resp_application_id => fnd_global.RESP_APPL_ID,
650: p_responsibility_id => fnd_global.RESP_ID,
651: x_security_status => l_security_status,
652: x_error_message => l_error_message);
653: IF (l_security_status = 'EXCLUDED') THEN

Line 650: p_responsibility_id => fnd_global.RESP_ID,

646: p_flex_value_set_id => l_flex_valueset_id,
647: p_parent_flex_value => null,
648: p_flex_value => p_bsv, --BSV
649: p_resp_application_id => fnd_global.RESP_APPL_ID,
650: p_responsibility_id => fnd_global.RESP_ID,
651: x_security_status => l_security_status,
652: x_error_message => l_error_message);
653: IF (l_security_status = 'EXCLUDED') THEN
654: l_return:=-2;