DBA Data[Home] [Help]

APPS.PA_SIGNON dependencies on STANDARD

Line 92: -- Check if the program name is like '%standard@%'. If so, it is standard

88: IF (INSTRB(program_name,'rwrun60',1,1) > 0) THEN
89: RETURN;
90: END IF;
91:
92: -- Check if the program name is like '%standard@%'. If so, it is standard
93: -- manager within concurrent manager. Just exit.
94: IF (INSTRB(program_name,'standard@',1,1) > 0) THEN
95: RETURN;
96: END IF;

Line 94: IF (INSTRB(program_name,'standard@',1,1) > 0) THEN

90: END IF;
91:
92: -- Check if the program name is like '%standard@%'. If so, it is standard
93: -- manager within concurrent manager. Just exit.
94: IF (INSTRB(program_name,'standard@',1,1) > 0) THEN
95: RETURN;
96: END IF;
97:
98: END IF;--end IF l_session_id = 0