DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on FND_PROFILE

Line 4145: set the context so fnd_profile.get methods work correctly

4141: x_display_type := 'text/html';
4142:
4143:
4144: /* EMAILPO FPH START
4145: set the context so fnd_profile.get methods work correctly
4146: For older wf notifications that send in documentid and documenttypecode instead of
4147: itemtype and itemkey combination the following code to get the user_id, app_id and
4148: resp_id will fail. Will trap and ignore it. The consequence is that tandc profile
4149: options will only be considered at site level(consistent with Previous Behaviour/Bug)

Line 4208: -- instead, use fnd_profile.value_specific to get

4204: --EMAILPO FPH END--
4205:
4206:
4207: -- bug 3128426: removed call to fnd_global.apps_initialize
4208: -- instead, use fnd_profile.value_specific to get
4209: -- profile values w/o resetting the app context
4210: l_filedir := FND_PROFILE.VALUE_SPECIFIC(
4211: name => 'PO_EMAIL_TERMS_DIR_NAME'
4212: , user_id => l_user_id

Line 4210: l_filedir := FND_PROFILE.VALUE_SPECIFIC(

4206:
4207: -- bug 3128426: removed call to fnd_global.apps_initialize
4208: -- instead, use fnd_profile.value_specific to get
4209: -- profile values w/o resetting the app context
4210: l_filedir := FND_PROFILE.VALUE_SPECIFIC(
4211: name => 'PO_EMAIL_TERMS_DIR_NAME'
4212: , user_id => l_user_id
4213: , responsibility_id => l_responsibility_id
4214: , application_id => l_application_id

Line 4216: l_filename := FND_PROFILE.VALUE_SPECIFIC(

4212: , user_id => l_user_id
4213: , responsibility_id => l_responsibility_id
4214: , application_id => l_application_id
4215: );
4216: l_filename := FND_PROFILE.VALUE_SPECIFIC(
4217: name => 'PO_EMAIL_TERMS_FILE_NAME'
4218: , user_id => l_user_id
4219: , responsibility_id => l_responsibility_id
4220: , application_id => l_application_id