DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_CORE_UTILS

Line 116: pay_core_utils.get_action_parameter(p_param_name, param_value, l_found );

112: l_found boolean;
113: begin
114: -- Attempt to find value of the parameter
115: -- in the action parameter table.
116: pay_core_utils.get_action_parameter(p_param_name, param_value, l_found );
117:
118: if l_found=FALSE then
119: if(replace(p_param_name,' ','_') = 'CHUNK_SIZE') then
120: param_value := 20;

Line 1079: nvl(pay_core_utils.get_parameter('SLA_MODE',

1075: pac.purge_phase,
1076: pac.retro_definition_id,
1077: pac.batch_id,
1078: decode(pac.action_type, 'T',
1079: nvl(pay_core_utils.get_parameter('SLA_MODE',
1080: pac.legislative_parameters),
1081: 'N'),
1082: 'N')
1083: into p_info.bg_id,

Line 2475: pay_core_utils.push_message(801, null, message_text, 'F');

2471: p_info.assact_id,
2472: 'A', -- assignment action level.
2473: message_text);
2474: --
2475: pay_core_utils.push_message(801, null, message_text, 'F');
2476: --
2477: -- keep track of the number of errors
2478: -- fail if we have had too many.
2479: g_error_count := g_error_count + 1;

Line 3093: pay_core_utils.get_upgrade_status(info.bg_id,

3089: --
3090: get_pact_info(info); -- get payroll action level information.
3091: --
3092: info.retro_purge := legislation_rule(info.legislation_code, 'RETRO_DELETE');
3093: pay_core_utils.get_upgrade_status(info.bg_id,
3094: 'SINGLE_BAL_TABLE',
3095: info.single_bal_table);
3096: --
3097: val_params(info); -- validate parameters passed in.

Line 3298: pay_core_utils.get_upgrade_status(info.bg_id,

3294: --
3295: get_pact_info(info); -- get info about payroll action.
3296: --
3297: info.retro_purge := legislation_rule(info.legislation_code, 'RETRO_DELETE');
3298: pay_core_utils.get_upgrade_status(info.bg_id,
3299: 'SINGLE_BAL_TABLE',
3300: info.single_bal_table);
3301: --
3302: val_params(info); -- parameter validation.