DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_TXNS_API dependencies on PQH_COPY_ENTITY_TXNS

Line 1: Package Body PQH_COPY_ENTITY_TXNS_API as

1: Package Body PQH_COPY_ENTITY_TXNS_API as
2: /* $Header: pqcetapi.pkb 115.5 2002/12/05 19:31:27 rpasapul ship $ */
3: --
4: -- Package Variables
5: --

Line 34: l_copy_entity_txn_id pqh_copy_entity_txns.copy_entity_txn_id%TYPE;

30: ) is
31: --
32: -- Declare cursors and local variables
33: --
34: l_copy_entity_txn_id pqh_copy_entity_txns.copy_entity_txn_id%TYPE;
35: l_proc varchar2(72) := g_package||'create_COPY_ENTITY_TXN';
36: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
37: --
38: begin

Line 36: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;

32: -- Declare cursors and local variables
33: --
34: l_copy_entity_txn_id pqh_copy_entity_txns.copy_entity_txn_id%TYPE;
35: l_proc varchar2(72) := g_package||'create_COPY_ENTITY_TXN';
36: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
37: --
38: begin
39: --
40: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 54: PQH_COPY_ENTITY_TXNS_bk1.create_COPY_ENTITY_TXN_b

50: begin
51: --
52: -- Start of API User Hook for the before hook of create_COPY_ENTITY_TXN
53: --
54: PQH_COPY_ENTITY_TXNS_bk1.create_COPY_ENTITY_TXN_b
55: (
56: p_transaction_category_id => p_transaction_category_id
57: ,p_txn_category_attribute_id => p_txn_category_attribute_id
58: ,p_context_business_group_id => p_context_business_group_id

Line 107: PQH_COPY_ENTITY_TXNS_bk1.create_COPY_ENTITY_TXN_a

103: begin
104: --
105: -- Start of API User Hook for the after hook of create_COPY_ENTITY_TXN
106: --
107: PQH_COPY_ENTITY_TXNS_bk1.create_COPY_ENTITY_TXN_a
108: (
109: p_copy_entity_txn_id => l_copy_entity_txn_id
110: ,p_transaction_category_id => p_transaction_category_id
111: ,p_txn_category_attribute_id => p_txn_category_attribute_id

Line 206: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;

202: --
203: -- Declare cursors and local variables
204: --
205: l_proc varchar2(72) := g_package||'update_COPY_ENTITY_TXN';
206: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
207: --
208: begin
209: --
210: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 226: PQH_COPY_ENTITY_TXNS_bk2.update_COPY_ENTITY_TXN_b

222: begin
223: --
224: -- Start of API User Hook for the before hook of update_COPY_ENTITY_TXN
225: --
226: PQH_COPY_ENTITY_TXNS_bk2.update_COPY_ENTITY_TXN_b
227: (
228: p_copy_entity_txn_id => p_copy_entity_txn_id
229: ,p_transaction_category_id => p_transaction_category_id
230: ,p_txn_category_attribute_id => p_txn_category_attribute_id

Line 280: PQH_COPY_ENTITY_TXNS_bk2.update_COPY_ENTITY_TXN_a

276: begin
277: --
278: -- Start of API User Hook for the after hook of update_COPY_ENTITY_TXN
279: --
280: PQH_COPY_ENTITY_TXNS_bk2.update_COPY_ENTITY_TXN_a
281: (
282: p_copy_entity_txn_id => p_copy_entity_txn_id
283: ,p_transaction_category_id => p_transaction_category_id
284: ,p_txn_category_attribute_id => p_txn_category_attribute_id

Line 362: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;

358: --
359: -- Declare cursors and local variables
360: --
361: l_proc varchar2(72) := g_package||'delete_COPY_ENTITY_TXN';
362: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
363: --
364: begin
365: --
366: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 385: PQH_COPY_ENTITY_TXNS_bk3.delete_COPY_ENTITY_TXN_b

381: begin
382: --
383: -- Start of API User Hook for the before hook of delete_COPY_ENTITY_TXN
384: --
385: PQH_COPY_ENTITY_TXNS_bk3.delete_COPY_ENTITY_TXN_b
386: (
387: p_copy_entity_txn_id => p_copy_entity_txn_id
388: ,p_object_version_number => p_object_version_number
389: ,p_effective_date => trunc(p_effective_date)

Line 413: PQH_COPY_ENTITY_TXNS_bk3.delete_COPY_ENTITY_TXN_a

409: begin
410: --
411: -- Start of API User Hook for the after hook of delete_COPY_ENTITY_TXN
412: --
413: PQH_COPY_ENTITY_TXNS_bk3.delete_COPY_ENTITY_TXN_a
414: (
415: p_copy_entity_txn_id => p_copy_entity_txn_id
416: ,p_object_version_number => l_object_version_number
417: ,p_effective_date => trunc(p_effective_date)

Line 463: end PQH_COPY_ENTITY_TXNS_API;

459: raise;
460: --
461: end delete_COPY_ENTITY_TXN;
462: --
463: end PQH_COPY_ENTITY_TXNS_API;