DBA Data[Home] [Help]

APPS.PAY_JP_BALANCE_PKG dependencies on PAY_ACTION_PARAMETERS

Line 7: g_low_volume pay_action_parameters.parameter_value%type := 'N';

3: --
4: -- Cache the action parameter
5: --
6: cached boolean := FALSE;
7: g_low_volume pay_action_parameters.parameter_value%type := 'N';
8: --
9: --===============================================================================
10: FUNCTION get_business_group_id(p_assignment_action_id IN PAY_ASSIGNMENT_ACTIONS.ASSIGNMENT_ACTION_ID%TYPE)
11: --===============================================================================

Line 380: from pay_action_parameters

376: cached := TRUE;
377: begin
378: select parameter_value
379: into g_low_volume
380: from pay_action_parameters
381: where parameter_name = 'LOW_VOLUME';
382: exception
383: when others then
384: g_low_volume := 'N';