DBA Data[Home] [Help]

APPS.IBY_UTILITY_PVT dependencies on DUAL

Line 1243: select 'N' into l_access from dual where exists ( select 'Inaccessible org' from iby_payments_all where

1239: THEN
1240: l_access := g_instr_access_table(p_pay_instruction_id).access_flag;
1241: ELSE
1242: begin
1243: select 'N' into l_access from dual where exists ( select 'Inaccessible org' from iby_payments_all where
1244: payment_instruction_id = p_pay_instruction_id and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
1245:
1246: Exception
1247: when NO_DATA_FOUND