DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_BALANCE_PKG

Line 976: p_balance_value := pay_balance_pkg.get_value

972: = nvl(l_asgact_rec.rollup_date, l_asgact_rec.effective_date) then
973: --
974: -- Get balance value with the processing purge action.
975: --
976: p_balance_value := pay_balance_pkg.get_value
977: (p_defined_balance_id
978: ,p_assignment_action_id);
979: else
980:

Line 1054: p_balance_value := pay_balance_pkg.get_value(p_defined_balance_id,

1050: l_asgact_rec.action_sequence,
1051: 1);
1052:
1053: /* do not bother looking for a latest balance */
1054: p_balance_value := pay_balance_pkg.get_value(p_defined_balance_id,
1055: l_new_assactid);
1056:
1057: rollback to get_value;
1058:

Line 1096: pay_balance_pkg.set_context('JURISDICTION_CODE',

1092: begin
1093: for c1rec in c1 loop
1094: -- Set context values if required.
1095: if(c1rec.jurisdiction_code is not null) then
1096: pay_balance_pkg.set_context('JURISDICTION_CODE',
1097: c1rec.jurisdiction_code);
1098: end if;
1099:
1100: if(c1rec.original_entry_id is not null) then

Line 1101: pay_balance_pkg.set_context('ORIGINAL_ENTRY_ID',

1097: c1rec.jurisdiction_code);
1098: end if;
1099:
1100: if(c1rec.original_entry_id is not null) then
1101: pay_balance_pkg.set_context('ORIGINAL_ENTRY_ID',
1102: c1rec.original_entry_id);
1103: pay_balance_pkg.set_context('ELEMENT_ENTRY_ID',
1104: c1rec.original_entry_id);
1105: end if;

Line 1103: pay_balance_pkg.set_context('ELEMENT_ENTRY_ID',

1099:
1100: if(c1rec.original_entry_id is not null) then
1101: pay_balance_pkg.set_context('ORIGINAL_ENTRY_ID',
1102: c1rec.original_entry_id);
1103: pay_balance_pkg.set_context('ELEMENT_ENTRY_ID',
1104: c1rec.original_entry_id);
1105: end if;
1106:
1107: if(c1rec.tax_unit_id is not null) then

Line 1108: pay_balance_pkg.set_context('TAX_UNIT_ID', c1rec.tax_unit_id);

1104: c1rec.original_entry_id);
1105: end if;
1106:
1107: if(c1rec.tax_unit_id is not null) then
1108: pay_balance_pkg.set_context('TAX_UNIT_ID', c1rec.tax_unit_id);
1109: end if;
1110:
1111: -- Obtain the value of the balance - directly from results.
1112: l_value := pay_balance_pkg.get_value(c1rec.defined_balance_id,

Line 1112: l_value := pay_balance_pkg.get_value(c1rec.defined_balance_id,

1108: pay_balance_pkg.set_context('TAX_UNIT_ID', c1rec.tax_unit_id);
1109: end if;
1110:
1111: -- Obtain the value of the balance - directly from results.
1112: l_value := pay_balance_pkg.get_value(c1rec.defined_balance_id,
1113: p_assignment_action_id,
1114: true);
1115:
1116: -- Compare the expected and actual values.