DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_PROFILE

Line 5347: l_v_party_site_use := fnd_profile.value('IGF_AP_DEF_ADDR_USAGE');

5343: END IF;
5344: log_to_fnd(p_v_module => 'create_person_addr_record',
5345: p_v_string => ' verifying the profile for address usage '
5346: );
5347: l_v_party_site_use := fnd_profile.value('IGF_AP_DEF_ADDR_USAGE');
5348: IF l_v_party_site_use IS NULL THEN
5349: l_v_party_site_use := 'HOME';
5350: END IF;
5351:

Line 5735: p_v_string => 'Before calling the fnd.profile.value(USERNAME)'

5731: p_v_string => 'Adding the parameters to the list passed to the workflow'
5732: );
5733:
5734: log_to_fnd(p_v_module => 'raise_scr_event',
5735: p_v_string => 'Before calling the fnd.profile.value(USERNAME)'
5736: );
5737:
5738: l_v_role := fnd_global.user_name;
5739:

Line 5741: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role

5737:
5738: l_v_role := fnd_global.user_name;
5739:
5740: log_to_fnd(p_v_module => 'raise_scr_event',
5741: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role
5742: );
5743:
5744: wf_event.addparametertolist(
5745: p_name => 'USER_ID',

Line 6457: p_v_string => 'Before calling the fnd.profile.value(USERNAME)..'

6453: p_v_string => 'Adding the parameters to the list passed to the workflow'
6454: );
6455:
6456: log_to_fnd(p_v_module => 'raise_gamt_event',
6457: p_v_string => 'Before calling the fnd.profile.value(USERNAME)..'
6458: );
6459:
6460: l_v_role := fnd_global.user_name;
6461:

Line 6463: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role

6459:
6460: l_v_role := fnd_global.user_name;
6461:
6462: log_to_fnd(p_v_module => 'raise_gamt_event',
6463: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role
6464: );
6465:
6466: wf_event.addparametertolist(
6467: p_name => 'USER_ID',