DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on PQH_FR_STAT_SIT_UTIL

Line 412: if pqh_fr_stat_sit_util.Is_input_is_valid

408: --
409: Close csr_get_txn_record;
410:
411:
412: if pqh_fr_stat_sit_util.Is_input_is_valid
413: (p_txn_category_attribute_id, p_from_value) = 'N' then
414: --
415: fnd_message.set_name('PQH','PQH_FR_INVALID_VALUE');
416: fnd_message.set_token('ATTRIBUTE',p_from_value);

Line 444: if pqh_fr_stat_sit_util.Is_input_is_valid

440: begin
441:
442: if (p_from_value is not null and p_to_value is not null) then
443: --
444: if pqh_fr_stat_sit_util.Is_input_is_valid
445: (p_txn_category_attribute_id, p_from_value) = 'Y'
446: and pqh_fr_stat_sit_util.Is_input_is_valid
447: (p_txn_category_attribute_id, p_to_value) = 'Y' then
448: --

Line 446: and pqh_fr_stat_sit_util.Is_input_is_valid

442: if (p_from_value is not null and p_to_value is not null) then
443: --
444: if pqh_fr_stat_sit_util.Is_input_is_valid
445: (p_txn_category_attribute_id, p_from_value) = 'Y'
446: and pqh_fr_stat_sit_util.Is_input_is_valid
447: (p_txn_category_attribute_id, p_to_value) = 'Y' then
448: --
449: -- Check input values are number or not
450: Begin