DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on FND_NUMBER

Line 1581: l_number_value := fnd_number.CANONICAL_TO_NUMBER(l_max_conf_count);

1577: hr_utility.set_location('Count conf maximum count:'||l_max_conf_count,23);
1578: --if null then no limit
1579: IF l_max_conf_count IS NOT NULL THEN
1580: Begin
1581: l_number_value := fnd_number.CANONICAL_TO_NUMBER(l_max_conf_count);
1582: End;
1583: IF l_cmy_veh_alloc_count >= l_number_value THEN
1584: l_message := 'person already reached the maximum limit';
1585: fnd_message.set_name('PQP', 'PQP_230709_MAX_COMP_ALLOC');

Line 1650: l_number_value := fnd_number.CANONICAL_TO_NUMBER(l_max_conf_count);

1646:
1647: --if null then no limit
1648: IF l_max_conf_count IS NOT NULL THEN
1649: Begin
1650: l_number_value := fnd_number.CANONICAL_TO_NUMBER(l_max_conf_count);
1651: End;
1652:
1653: IF l_pri_veh_alloc_count >= l_number_value THEN
1654: l_message := 'person already reached the maximum limit';