DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on FND_NUMBER

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

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

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

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