DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on PQH_COPY_ENTITY_TXNS_API

Line 162: hr_utility.set_location('Before PQH_COPY_ENTITY_TXNS_APIS.create_COPY_ENTITY_TXN ', 60);

158: null ;
159: end ;
160: -- Need to create a row into pqh_transaction_category(tct) table
161: --
162: hr_utility.set_location('Before PQH_COPY_ENTITY_TXNS_APIS.create_COPY_ENTITY_TXN ', 60);
163:
164: --
165: open txn_cat_c;
166: fetch txn_cat_c into l_transaction_category_id;

Line 171: PQH_COPY_ENTITY_TXNS_API.create_COPY_ENTITY_TXN

167: close txn_cat_c;
168: --
169: hr_utility.set_location('l_transaction_category_id '||l_transaction_category_id, 60);
170: --
171: PQH_COPY_ENTITY_TXNS_API.create_COPY_ENTITY_TXN
172: (
173: p_validate => false
174: , p_copy_entity_txn_id => l_copy_entity_txn_id
175: ,p_transaction_category_id => l_transaction_category_id

Line 192: hr_utility.set_location('After PQH_COPY_ENTITY_TXNS_APIS.create_COPY_ENTITY_TXN ', 60);

188: ,p_object_version_number => l_cetobject_version_number
189: ,p_effective_date => trunc(p_effective_date)
190: );
191: --
192: hr_utility.set_location('After PQH_COPY_ENTITY_TXNS_APIS.create_COPY_ENTITY_TXN ', 60);
193:
194:
195: --
196: -- Set all output arguments

Line 436: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN

432: --
433: if p_upd_record_type in ('CET', 'CET_CEA')
434: then
435: --
436: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN
437: (
438: p_copy_entity_txn_id => p_copy_entity_txn_id
439: ,p_transaction_category_id => p_transaction_category_id
440: ,p_txn_category_attribute_id => p_txn_category_attribute_id

Line 688: PQH_COPY_ENTITY_TXNS_api.delete_COPY_ENTITY_TXN

684: delete from pqh_process_log
685: where txn_id = p_copy_entity_txn_id
686: and module_cd = 'PDC_CP';
687:
688: PQH_COPY_ENTITY_TXNS_api.delete_COPY_ENTITY_TXN
689: (p_validate => false
690: ,p_copy_entity_txn_id => p_copy_entity_txn_id
691: ,p_object_version_number => l_object_version_number
692: ,p_effective_date => p_effective_date

Line 700: PQH_COPY_ENTITY_TXNS_api.update_COPY_ENTITY_TXN

696: else
697: --
698: -- Update the records in PQH_COPY_ENTITY_TXNS table with status as 'Purged'
699: --
700: PQH_COPY_ENTITY_TXNS_api.update_COPY_ENTITY_TXN
701: (p_validate => false
702: ,p_datetrack_mode => hr_api.g_correction
703: ,p_copy_entity_txn_id => p_copy_entity_txn_id
704: ,p_start_with => null

Line 4986: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN

4982: l_compile_ff := true;
4983: end if;
4984: end if;
4985: --
4986: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN
4987: (p_copy_entity_txn_id => p_copy_entity_txn_id
4988: ,p_datetrack_mode => hr_api.g_correction
4989: ,p_status => l_status
4990: ,p_start_with => NULL /* To disable Continue Icon */

Line 5309: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN

5305: --
5306: --
5307: hr_utility.set_location('Before call to CET Update',100);
5308: --
5309: pqh_copy_entity_txns_api.update_COPY_ENTITY_TXN
5310: (
5311: p_copy_entity_txn_id => p_copy_entity_txn_id
5312: ,p_datetrack_mode => hr_api.g_correction
5313: ,p_status => l_txn_status