DBA Data[Home] [Help]

APPS.HR_DM_AOL_DOWN dependencies on STANDARD

Line 223: -- unless the security group is STANDARD, in this case, replace with null

219:
220:
221:
222: -- find the security group and replace :secgrp with the value
223: -- unless the security group is STANDARD, in this case, replace with null
224:
225: IF (l_security_group = 'STANDARD') THEN
226: l_security_group := NULL;
227: ELSE

Line 225: IF (l_security_group = 'STANDARD') THEN

221:
222: -- find the security group and replace :secgrp with the value
223: -- unless the security group is STANDARD, in this case, replace with null
224:
225: IF (l_security_group = 'STANDARD') THEN
226: l_security_group := NULL;
227: ELSE
228: l_security_group := 'SECURITY_GROUP=' || l_security_group;
229: END IF;