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.6 2011/08/01 06:39:46 pbalu ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: pqaatapi.pkb 120.6 2011/08/01 06:39:46 pbalu 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 701: pqp_aat_api_bk2.update_assignment_attribute_b

697: --
698: -- Call Before Process User Hook
699: --
700: begin
701: pqp_aat_api_bk2.update_assignment_attribute_b
702: (p_effective_date => l_effective_date
703: ,p_datetrack_mode => p_datetrack_mode
704: ,p_business_group_id => p_business_group_id
705: ,p_effective_start_date => l_effective_start_date

Line 898: pqp_aat_api_bk2.update_assignment_attribute_a

894: --
895: -- Call After Process User Hook
896: --
897: begin
898: pqp_aat_api_bk2.update_assignment_attribute_a
899: (p_effective_date => l_effective_date
900: ,p_datetrack_mode => p_datetrack_mode
901: ,p_business_group_id => p_business_group_id
902: ,p_effective_start_date => l_effective_start_date

Line 1079: pqp_aat_api_bk3.delete_assignment_attribute_b

1075: --
1076: -- Call Before Process User Hook
1077: --
1078: begin
1079: pqp_aat_api_bk3.delete_assignment_attribute_b
1080: (p_effective_date => l_effective_date
1081: ,p_datetrack_mode => p_datetrack_mode
1082: ,p_assignment_attribute_id => p_assignment_attribute_id
1083: ,p_effective_start_date => l_effective_start_date

Line 1119: pqp_aat_api_bk3.delete_assignment_attribute_a

1115: --
1116: -- Call After Process User Hook
1117: --
1118: begin
1119: pqp_aat_api_bk3.delete_assignment_attribute_a
1120: (p_effective_date => l_effective_date
1121: ,p_datetrack_mode => p_datetrack_mode
1122: ,p_assignment_attribute_id => p_assignment_attribute_id
1123: ,p_effective_start_date => l_effective_start_date

Line 1177: end pqp_aat_api;

1173: raise;
1174: end delete_assignment_attribute;
1175:
1176: --
1177: end pqp_aat_api;