DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on PAY_ACTION_PARAMETERS

Line 2447: from pay_action_parameters pap

2443: /* Bug 12624040 Making the chnages made in 7230549 functionality switchable */
2444: begin
2445: select parameter_value
2446: into v_check_value
2447: from pay_action_parameters pap
2448: where pap.parameter_name = 'PPM_PERC_GTR_100';
2449: exception
2450: when others then
2451: v_check_value := 'Y';