DBA Data[Home] [Help]

APPS.PA_WORKPLAN_ATTR_PUB dependencies on PA_DEBUG

Line 96: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs');

92: l_approver_source_type NUMBER;
93: l_lifecycle_id NUMBER := NULL;
94: l_current_lifecycle_phase_id NUMBER;
95: BEGIN
96: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs');
97:
98: if (p_debug_mode = 'Y') then
99: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs BEGIN');
100: end if;

Line 99: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs BEGIN');

95: BEGIN
96: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs');
97:
98: if (p_debug_mode = 'Y') then
99: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs BEGIN');
100: end if;
101:
102: if p_commit = FND_API.G_TRUE then
103: savepoint create_proj_workplan_attrs;

Line 115: pa_debug.debug('Performing ID validations and conversions...');

111: FND_MSG_PUB.initialize;
112: end if;
113:
114: if (p_debug_mode = 'Y') then
115: pa_debug.debug('Performing ID validations and conversions...');
116: end if;
117:
118: if ((p_approver_name <> FND_API.G_MISS_CHAR) AND (p_approver_name is not NULL)) OR
119: ((p_approver_source_id <> FND_API.G_MISS_NUM) AND (p_approver_source_id is not NULL)) then

Line 243: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs END');

239: commit work;
240: end if;
241:
242: if (p_debug_mode = 'Y') then
243: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Create_Proj_Workplan_Attrs END');
244: end if;
245:
246: EXCEPTION
247: when FND_API.G_EXC_ERROR then

Line 380: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs');

376:
377: l_template_flag VARCHAR2(1);
378: -- Bug 14361423
379: BEGIN
380: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs');
381:
382: if (p_debug_mode = 'Y') then
383: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs BEGIN');
384: end if;

Line 383: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs BEGIN');

379: BEGIN
380: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs');
381:
382: if (p_debug_mode = 'Y') then
383: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs BEGIN');
384: end if;
385:
386: if p_commit = FND_API.G_TRUE then
387: savepoint update_proj_workplan_attrs;

Line 399: pa_debug.debug('Performing ID validations and conversions...');

395: FND_MSG_PUB.initialize;
396: end if;
397:
398: if (p_debug_mode = 'Y') then
399: pa_debug.debug('Performing ID validations and conversions...');
400: end if;
401:
402: if ((p_approver_name <> FND_API.G_MISS_CHAR) AND (p_approver_name is not NULL)) OR
403: ((p_approver_source_id <> FND_API.G_MISS_NUM) AND (p_approver_source_id is not NULL)) then

Line 573: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs END');

569: commit work;
570: end if;
571:
572: if (p_debug_mode = 'Y') then
573: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Proj_Workplan_Attrs END');
574: end if;
575:
576: EXCEPTION
577: when FND_API.G_EXC_ERROR then

Line 647: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name');

643: l_msg_data VARCHAR2(2000); --precision changed from 250 to 2000 for bug 4093600
644: l_data VARCHAR2(2000); --precision changed from 250 to 2000 for bug 4093600
645: l_msg_index_out NUMBER;
646: BEGIN
647: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name');
648:
649: if (p_debug_mode = 'Y') then
650: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name BEGIN');
651: end if;

Line 650: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name BEGIN');

646: BEGIN
647: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name');
648:
649: if (p_debug_mode = 'Y') then
650: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name BEGIN');
651: end if;
652:
653: if p_commit = FND_API.G_TRUE then
654: savepoint update_structure_name;

Line 666: pa_debug.debug('Performing ID validations and conversions...');

662: FND_MSG_PUB.initialize;
663: end if;
664:
665: if (p_debug_mode = 'Y') then
666: pa_debug.debug('Performing ID validations and conversions...');
667: end if;
668:
669: If p_structure_name is null then
670: PA_UTILS.Add_Message( p_app_short_name => 'PA'

Line 726: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name END');

722: commit work;
723: end if;
724:
725: if (p_debug_mode = 'Y') then
726: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Update_Structure_Name END');
727: end if;
728:
729: EXCEPTION
730: when FND_API.G_EXC_ERROR then

Line 800: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs');

796: l_msg_data VARCHAR2(2000); --precision changed from 250 to 2000 for bug 4093600
797: l_data VARCHAR2(2000); --precision changed from 250 to 2000 for bug 4093600
798: l_msg_index_out NUMBER;
799: BEGIN
800: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs');
801:
802: if (p_debug_mode = 'Y') then
803: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs BEGIN');
804: end if;

Line 803: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs BEGIN');

799: BEGIN
800: pa_debug.init_err_stack('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs');
801:
802: if (p_debug_mode = 'Y') then
803: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs BEGIN');
804: end if;
805:
806: if p_commit = FND_API.G_TRUE then
807: savepoint delete_proj_workplan_attrs;

Line 854: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs END');

850: commit work;
851: end if;
852:
853: if (p_debug_mode = 'Y') then
854: pa_debug.debug('PA_WORKPLAN_ATTR_PUB.Delete_Proj_Workplan_Attrs END');
855: end if;
856:
857: EXCEPTION
858: when FND_API.G_EXC_ERROR then