DBA Data[Home] [Help]

APPS.PQP_AAT_API dependencies on PQP_AAT_API

Line 1: Package Body pqp_aat_api as

1: Package Body pqp_aat_api as
2: /* $Header: pqaatapi.pkb 120.3.12010000.1 2008/07/28 11:06:57 appldev ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' pqp_aat_api.';

2: /* $Header: pqaatapi.pkb 120.3.12010000.1 2008/07/28 11:06:57 appldev ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' pqp_aat_api.';
7:
8: --
9: -- ---------------------------------------------------------------------------+
10: -- |---------------------< >--------------------|

Line 129: pqp_aat_api_bk1.create_assignment_attribute_b

125: --
126: -- Call Before Process User Hook
127: --
128: begin
129: pqp_aat_api_bk1.create_assignment_attribute_b
130: (p_effective_date => l_effective_date
131: ,p_business_group_id => p_business_group_id
132: ,p_effective_start_date => l_effective_start_date
133: ,p_effective_end_date => l_effective_end_date

Line 322: pqp_aat_api_bk1.create_assignment_attribute_a

318: --
319: -- Call After Process User Hook
320: --
321: begin
322: pqp_aat_api_bk1.create_assignment_attribute_a
323: (p_effective_date => l_effective_date
324: ,p_business_group_id => p_business_group_id
325: ,p_effective_start_date => l_effective_start_date
326: ,p_effective_end_date => l_effective_end_date

Line 582: pqp_aat_api_bk2.update_assignment_attribute_b

578: --
579: -- Call Before Process User Hook
580: --
581: begin
582: pqp_aat_api_bk2.update_assignment_attribute_b
583: (p_effective_date => l_effective_date
584: ,p_datetrack_mode => p_datetrack_mode
585: ,p_business_group_id => p_business_group_id
586: ,p_effective_start_date => l_effective_start_date

Line 779: pqp_aat_api_bk2.update_assignment_attribute_a

775: --
776: -- Call After Process User Hook
777: --
778: begin
779: pqp_aat_api_bk2.update_assignment_attribute_a
780: (p_effective_date => l_effective_date
781: ,p_datetrack_mode => p_datetrack_mode
782: ,p_business_group_id => p_business_group_id
783: ,p_effective_start_date => l_effective_start_date

Line 960: pqp_aat_api_bk3.delete_assignment_attribute_b

956: --
957: -- Call Before Process User Hook
958: --
959: begin
960: pqp_aat_api_bk3.delete_assignment_attribute_b
961: (p_effective_date => l_effective_date
962: ,p_datetrack_mode => p_datetrack_mode
963: ,p_assignment_attribute_id => p_assignment_attribute_id
964: ,p_effective_start_date => l_effective_start_date

Line 1000: pqp_aat_api_bk3.delete_assignment_attribute_a

996: --
997: -- Call After Process User Hook
998: --
999: begin
1000: pqp_aat_api_bk3.delete_assignment_attribute_a
1001: (p_effective_date => l_effective_date
1002: ,p_datetrack_mode => p_datetrack_mode
1003: ,p_assignment_attribute_id => p_assignment_attribute_id
1004: ,p_effective_start_date => l_effective_start_date

Line 1058: end pqp_aat_api;

1054: raise;
1055: end delete_assignment_attribute;
1056:
1057: --
1058: end pqp_aat_api;