DBA Data[Home] [Help]

APPS.PA_ORG_CLIENT_EXTN dependencies on STANDARD

Line 43: -- responsibility has the Function 'Projects:Org:Update:Override Standard Checks'

39: -- ====================================================================
40: -- The default client extension does not do any validation for organization change.
41: -- User needs to add code or uncomment the commented code to perform the validations.
42: -- The validations inside the client extension will not be performed if your
43: -- responsibility has the Function 'Projects:Org:Update:Override Standard Checks'
44: -- assigned through Functional Security.
45:
46: -- Define local variables
47:

Line 62: -- Function 'Projects:Org:Update:Override Standard Checks'

58:
59: X_outcome := NULL;
60:
61: -- If the user responsibility has the access to
62: -- Function 'Projects:Org:Update:Override Standard Checks'
63: -- org without performing any checks.
64:
65: if X_functional_security_flag = 'Y' then
66: null;