36:
37: BEGIN
38: -- Access the Sourcing external APPS_FRAMEWORK_AGENT
39: --
40: l_ext_fwk_agent := FND_PROFILE.value('PON_EXT_APPS_FRAMEWORK_AGENT');
41: --
42: -- If the profile is not set, then try the default responsibility approach
43: --
44: IF (l_ext_fwk_agent IS NULL) THEN
42: -- If the profile is not set, then try the default responsibility approach
43: --
44: IF (l_ext_fwk_agent IS NULL) THEN
45: --
46: l_ext_fwk_agent := FND_PROFILE.value('APPS_FRAMEWORK_AGENT');
47: END IF;
48: --
49: -- add OA_HTML/OA.jsp to the profile value
50: --