DBA Data[Home] [Help]

APPS.IBY_UTILITY_PVT dependencies on MO_GLOBAL

Line 1291: payment_instruction_id = p_pay_instruction_id and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');

1287: l_access := g_instr_access_table(p_pay_instruction_id).access_flag;
1288: ELSE
1289: begin
1290: select 'N' into l_access from dual where exists ( select 'Inaccessible org' from iby_payments_all where
1291: payment_instruction_id = p_pay_instruction_id and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
1292:
1293: Exception
1294: when NO_DATA_FOUND
1295: then

Line 1560: IF MO_GLOBAL.check_access(i_org_access.ORG_ID) = 'N' THEN

1556: RETURN 'N';
1557: END IF;
1558: l_access := 'Y'; -- Initialize for new instruction
1559: l_instr_id := i_org_access.INSTR_ID;
1560: IF MO_GLOBAL.check_access(i_org_access.ORG_ID) = 'N' THEN
1561: l_access := 'N';
1562: END IF;
1563: END LOOP;
1564: