DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_CORE_UTILS

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

117: l_found boolean;
118: begin
119: -- Attempt to find value of the parameter
120: -- in the action parameter table.
121: pay_core_utils.get_action_parameter(p_param_name, param_value, l_found );
122:
123: if l_found=FALSE then
124: if(replace(p_param_name,' ','_') = 'CHUNK_SIZE') then
125: param_value := 20;

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

1080: pac.purge_phase,
1081: pac.retro_definition_id,
1082: pac.batch_id,
1083: decode(pac.action_type, 'T',
1084: nvl(pay_core_utils.get_parameter('SLA_MODE',
1085: pac.legislative_parameters),
1086: 'N'),
1087: 'N')
1088: into p_info.bg_id,

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

2559: p_info.assact_id,
2560: 'A', -- assignment action level.
2561: message_text);
2562: --
2563: pay_core_utils.push_message(801, null, message_text, 'F');
2564: --
2565: -- keep track of the number of errors
2566: -- fail if we have had too many.
2567: g_error_count := g_error_count + 1;

Line 3214: pay_core_utils.get_upgrade_status(info.bg_id,

3210: --
3211: get_pact_info(info); -- get payroll action level information.
3212: --
3213: info.retro_purge := legislation_rule(info.legislation_code, 'RETRO_DELETE');
3214: pay_core_utils.get_upgrade_status(info.bg_id,
3215: 'SINGLE_BAL_TABLE',
3216: info.single_bal_table);
3217: --
3218: val_params(info); -- validate parameters passed in.

Line 3419: pay_core_utils.get_upgrade_status(info.bg_id,

3415: --
3416: get_pact_info(info); -- get info about payroll action.
3417: --
3418: info.retro_purge := legislation_rule(info.legislation_code, 'RETRO_DELETE');
3419: pay_core_utils.get_upgrade_status(info.bg_id,
3420: 'SINGLE_BAL_TABLE',
3421: info.single_bal_table);
3422: --
3423: val_params(info); -- parameter validation.