DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on HR_TRANSACTION_SS

Line 94: hr_transaction_ss.rollback_transaction

90: fnd_msg_pub.initialize;
91: --
92: -- Rollback any existing HR transaction table data.
93: --
94: hr_transaction_ss.rollback_transaction
95: (itemtype => p_item_type
96: ,itemkey => p_item_key
97: ,actid => p_activity_id
98: ,funmode => 'RUN'

Line 104: if hr_transaction_ss.get_transaction_id

100: );
101: --
102: -- Set the HR TRANSACTION_ID value to null.
103: --
104: if hr_transaction_ss.get_transaction_id
105: (p_item_type => p_item_type
106: ,p_item_key => p_item_key
107: ) is not null then
108: wf_engine.setitemattrtext

Line 526: to_date(p_effective_date, hr_transaction_ss.g_date_format);

522: --
523: add2wf(l_item_type, l_item_key, C_GOT_CONFIG2_WF_ATTR, 'Y');
524: --
525: l_effective_date :=
526: to_date(p_effective_date, hr_transaction_ss.g_date_format);
527: p_prepayments := 'N';
528: add2wf(l_item_type, l_item_key, C_PREPAYMENTS_WF_ATTR, 'N');
529: --
530: -- Count the PPMs.

Line 1523: to_date(p_effective_date, hr_transaction_ss.g_date_format);

1519: -- 1. Check that EFFECTIVE_DATE is valid and save it to the workflow.
1520: --
1521: l_stage := 'EFFECTIVE_DATE:1';
1522: l_effective_date :=
1523: to_date(p_effective_date, hr_transaction_ss.g_date_format);
1524: --
1525: l_stage := 'EFFECTIVE_DATE:2';
1526: if not hr_workflow_utility.item_attribute_exists
1527: (p_item_type => p_item_type

Line 2269: to_date(p_effective_date, hr_transaction_ss.g_date_format);

2265: --
2266: -- Fetch priorities.
2267: --
2268: l_effective_date :=
2269: to_date(p_effective_date, hr_transaction_ss.g_date_format);
2270: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'GETPRIORITIES', 10);
2271: pay_ppmv4_utils_ss.getpriorities
2272: (p_assignment_id => p_assignment_id
2273: ,p_effective_date => l_effective_date

Line 2654: to_date(p_effective_date, hr_transaction_ss.g_date_format);

2650: l_new_ppm.currency_code := p_currency_code;
2651: l_new_ppm.org_payment_method_id := p_org_payment_method_id;
2652: l_new_ppm.territory_code := p_territory_code;
2653: l_new_ppm.effective_date :=
2654: to_date(p_effective_date, hr_transaction_ss.g_date_format);
2655: l_new_ppm.amount_type := p_amount_type;
2656: l_new_ppm.amount := p_amount;
2657: l_new_ppm.external_account_id := p_external_account_id;
2658: l_new_ppm.attribute_category := p_attribute_category;