DBA Data[Home] [Help]

APPS.ISC_FS_RPT_UTIL_PKG dependencies on FND_MESSAGE

Line 420: , p_parameter_value => fnd_message.get_string('BIS','BIS_UNASSIGNED')

416: add_custom_bind_parameter
417: ( p_custom_output => p_custom_output
418: , p_parameter_name => '&ISC_UNASSIGNED'
419: , p_parameter_data_type => bis_pmv_parameters_pub.varchar2_bind
420: , p_parameter_value => fnd_message.get_string('BIS','BIS_UNASSIGNED')
421: );
422:
423: add_custom_bind_parameter
424: ( p_custom_output => p_custom_output

Line 427: , p_parameter_value => fnd_message.get_string('ISC','ISC_FS_DIRECT')

423: add_custom_bind_parameter
424: ( p_custom_output => p_custom_output
425: , p_parameter_name => '&ISC_FS_DIRECT'
426: , p_parameter_data_type => bis_pmv_parameters_pub.varchar2_bind
427: , p_parameter_value => fnd_message.get_string('ISC','ISC_FS_DIRECT')
428: );
429:
430: end bind_unassigned;
431: