DBA Data[Home] [Help]

APPS.PA_BILLING_SCHEDULE_PUB dependencies on PA_DEBUG

Line 125: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');

121: -- Standard call to check for call compatibility
122:
123: IF (p_debug_mode = 'Y')
124: THEN
125: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');
126: END IF;
127:
128: IF p_commit = FND_API.G_TRUE
129: THEN

Line 142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');

138: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
139: END IF;
140:
141: if (p_debug_mode = 'Y') then
142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
143: end if;
144:
145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.Update_Project_Task_Bill_Info');
146:

Line 145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.Update_Project_Task_Bill_Info');

141: if (p_debug_mode = 'Y') then
142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
143: end if;
144:
145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.Update_Project_Task_Bill_Info');
146:
147: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
148: fnd_msg_pub.initialize;
149: end if;

Line 178: pa_debug.debug('Update Billing Info PUB : Checking Carrying out organization');

174: IF ( p_nlbr_bill_rate_org_id IS NOT NULL AND p_nlbr_bill_rate_org_id <> FND_API.G_MISS_NUM ) OR
175: ( p_nlbr_bill_rate_org IS NOT NULL AND p_nlbr_bill_rate_org <> FND_API.G_MISS_CHAR )
176: THEN
177: if (p_debug_mode = 'Y') then
178: pa_debug.debug('Update Billing Info PUB : Checking Carrying out organization');
179: end if;
180: PA_BILLING_SCHEDULE_UTILS.NL_org_sch_Name_To_Id
181: ( p_org_id => p_nlbr_bill_rate_org_id
182: ,p_org_name => p_nlbr_bill_rate_org

Line 202: pa_debug.debug('Update Billing Info PUB : Checking Emp bill rate schedule id');

198: IF ( p_emp_bill_rate_sch_id IS NOT NULL AND p_emp_bill_rate_sch_id <> FND_API.G_MISS_NUM ) OR
199: ( p_emp_bill_rate_sch_name IS NOT NULL AND p_emp_bill_rate_sch_name <> FND_API.G_MISS_CHAR )
200: THEN
201: if (p_debug_mode = 'Y') then
202: pa_debug.debug('Update Billing Info PUB : Checking Emp bill rate schedule id');
203: end if;
204: PA_BILLING_SCHEDULE_UTILS.Emp_bill_rate_sch_name_To_Id
205: ( p_emp_bill_rate_id => p_emp_bill_rate_sch_id
206: ,p_emp_bill_rate_name => p_emp_bill_rate_sch_name

Line 227: pa_debug.debug('Update Billing Info PUB : Checking Job bill rate schedule id');

223: IF ( p_job_bill_rate_sch_id IS NOT NULL AND p_job_bill_rate_sch_id <> FND_API.G_MISS_NUM ) OR
224: ( p_job_bill_rate_sch_name IS NOT NULL AND p_job_bill_rate_sch_name <> FND_API.G_MISS_CHAR )
225: THEN
226: if (p_debug_mode = 'Y') then
227: pa_debug.debug('Update Billing Info PUB : Checking Job bill rate schedule id');
228: end if;
229:
230: /* --Derive bill_job_group_id from pa_projects_prm_v using project-task id.
231: SELECT bill_job_group_id

Line 263: pa_debug.debug('Update Billing Info PUB : Checking schedule ');

259: --Validating Schedule
260: IF ( p_nlbr_std_bill_rate_sch IS NOT NULL AND p_nlbr_std_bill_rate_sch <> FND_API.G_MISS_CHAR )
261: THEN
262: if (p_debug_mode = 'Y') then
263: pa_debug.debug('Update Billing Info PUB : Checking schedule ');
264: end if;
265: PA_BILLING_SCHEDULE_UTILS.Nlbr_schedule_name_To_Id
266: ( p_sch_name => p_nlbr_std_bill_rate_sch
267: ,p_nlbr_org_id => l_nlbr_bill_rate_org_id

Line 305: pa_debug.debug('Update Billing Info PUB : Checking Emp bill rate schedule id');

301: IF ( p_emp_bill_rate_sch_id IS NOT NULL AND p_emp_bill_rate_sch_id <> FND_API.G_MISS_NUM ) OR
302: ( p_emp_bill_rate_sch_name IS NOT NULL AND p_emp_bill_rate_sch_name <> FND_API.G_MISS_CHAR )
303: THEN
304: if (p_debug_mode = 'Y') then
305: pa_debug.debug('Update Billing Info PUB : Checking Emp bill rate schedule id');
306: end if;
307: PA_BILLING_SCHEDULE_UTILS.Emp_bill_rate_sch_name_To_Id
308: ( p_emp_bill_rate_id => p_emp_bill_rate_sch_id
309: ,p_emp_bill_rate_name => p_emp_bill_rate_sch_name

Line 330: pa_debug.debug('Update Billing Info PUB : Checking Job bill rate schedule id');

326: IF ( p_job_bill_rate_sch_id IS NOT NULL AND p_job_bill_rate_sch_id <> FND_API.G_MISS_NUM ) OR
327: ( p_job_bill_rate_sch_name IS NOT NULL AND p_job_bill_rate_sch_name <> FND_API.G_MISS_CHAR )
328: THEN
329: if (p_debug_mode = 'Y') then
330: pa_debug.debug('Update Billing Info PUB : Checking Job bill rate schedule id');
331: end if;
332:
333: l_job_group_id := PA_BILLING_SCHEDULE_UTILS.Get_Job_Group_Id(
334: p_project_id,

Line 361: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');

357: IF ( p_rev_schedule_id IS NOT NULL AND p_rev_schedule_id <> FND_API.G_MISS_NUM ) OR
358: ( p_rev_schedule IS NOT NULL AND p_rev_schedule <> FND_API.G_MISS_CHAR )
359: THEN
360: if (p_debug_mode = 'Y') then
361: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');
362: end if;
363: PA_BILLING_SCHEDULE_UTILS.Rev_Sch_Name_To_Id
364: ( p_rev_sch_id => p_rev_schedule_id
365: ,p_rev_sch_name => p_rev_schedule

Line 385: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');

381: IF ( p_inv_schedule_id IS NOT NULL AND p_inv_schedule_id <> FND_API.G_MISS_NUM ) OR
382: ( p_inv_schedule IS NOT NULL AND p_inv_schedule <> FND_API.G_MISS_CHAR )
383: THEN
384: if (p_debug_mode = 'Y') then
385: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');
386: end if;
387: PA_BILLING_SCHEDULE_UTILS.Inv_Sch_Name_To_Id
388: ( p_inv_sch_id => p_inv_schedule_id
389: ,p_inv_sch_name => p_inv_schedule

Line 426: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');

422: IF ( p_rev_schedule_id IS NOT NULL AND p_rev_schedule_id <> FND_API.G_MISS_NUM ) OR
423: ( p_rev_schedule IS NOT NULL AND p_rev_schedule <> FND_API.G_MISS_CHAR )
424: THEN
425: if (p_debug_mode = 'Y') then
426: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');
427: end if;
428: PA_BILLING_SCHEDULE_UTILS.Rev_Sch_Name_To_Id
429: ( p_rev_sch_id => p_rev_schedule_id
430: ,p_rev_sch_name => p_rev_schedule

Line 450: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');

446: IF ( p_inv_schedule_id IS NOT NULL AND p_inv_schedule_id <> FND_API.G_MISS_NUM ) OR
447: ( p_inv_schedule IS NOT NULL AND p_inv_schedule <> FND_API.G_MISS_CHAR )
448: THEN
449: if (p_debug_mode = 'Y') then
450: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');
451: end if;
452: PA_BILLING_SCHEDULE_UTILS.Inv_Sch_Name_To_Id
453: ( p_inv_sch_id => p_inv_schedule_id
454: ,p_inv_sch_name => p_inv_schedule

Line 474: pa_debug.debug('Update Billing Info PUB : Checking Carrying out organization');

470: IF ( p_nlbr_bill_rate_org_id IS NOT NULL AND p_nlbr_bill_rate_org_id <> FND_API.G_MISS_NUM ) OR
471: ( p_nlbr_bill_rate_org IS NOT NULL AND p_nlbr_bill_rate_org <> FND_API.G_MISS_CHAR )
472: THEN
473: if (p_debug_mode = 'Y') then
474: pa_debug.debug('Update Billing Info PUB : Checking Carrying out organization');
475: end if;
476: PA_BILLING_SCHEDULE_UTILS.NL_org_sch_Name_To_Id
477: ( p_org_id => p_nlbr_bill_rate_org_id
478: ,p_org_name => p_nlbr_bill_rate_org

Line 497: pa_debug.debug('Update Billing Info PUB : Checking schedule ');

493: --Validating Schedule
494: IF ( p_nlbr_std_bill_rate_sch IS NOT NULL AND p_nlbr_std_bill_rate_sch <> FND_API.G_MISS_CHAR )
495: THEN
496: if (p_debug_mode = 'Y') then
497: pa_debug.debug('Update Billing Info PUB : Checking schedule ');
498: end if;
499: PA_BILLING_SCHEDULE_UTILS.Nlbr_schedule_name_To_Id
500: ( p_sch_name => p_nlbr_std_bill_rate_sch
501: ,p_nlbr_org_id => l_nlbr_bill_rate_org_id

Line 536: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');

532: IF ( p_rev_schedule_id IS NOT NULL AND p_rev_schedule_id <> FND_API.G_MISS_NUM ) OR
533: ( p_rev_schedule IS NOT NULL AND p_rev_schedule <> FND_API.G_MISS_CHAR )
534: THEN
535: if (p_debug_mode = 'Y') then
536: pa_debug.debug('Update Billing Info PUB : Checking Revenue schedule');
537: end if;
538: PA_BILLING_SCHEDULE_UTILS.Rev_Sch_Name_To_Id
539: ( p_rev_sch_id => p_rev_schedule_id
540: ,p_rev_sch_name => p_rev_schedule

Line 560: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');

556: IF ( p_inv_schedule_id IS NOT NULL AND p_inv_schedule_id <> FND_API.G_MISS_NUM ) OR
557: ( p_inv_schedule IS NOT NULL AND p_inv_schedule <> FND_API.G_MISS_CHAR )
558: THEN
559: if (p_debug_mode = 'Y') then
560: pa_debug.debug('Update Billing Info PUB : Checking Invoice schedule');
561: end if;
562: PA_BILLING_SCHEDULE_UTILS.Inv_Sch_Name_To_Id
563: ( p_inv_sch_id => p_inv_schedule_id
564: ,p_inv_sch_name => p_inv_schedule

Line 581: pa_debug.debug('Update Bill Info PUB : checking message count');

577: END IF;
578: END IF;
579:
580: if (p_debug_mode = 'Y') then
581: pa_debug.debug('Update Bill Info PUB : checking message count');
582: end if;
583:
584: l_msg_count := FND_MSG_PUB.count_msg;
585: If l_msg_count > 0 THEN

Line 601: pa_debug.debug('Update Bill Info PUB : Calling private api Update Bill Info');

597: RAISE FND_API.G_EXC_ERROR;
598: End if;
599:
600: if (p_debug_mode = 'Y') then
601: pa_debug.debug('Update Bill Info PUB : Calling private api Update Bill Info');
602: end if;
603:
604: PA_BILLING_SCHEDULE_PVT.Update_Project_Task_Bill_Info(
605: p_commit => FND_API.G_FALSE,

Line 634: pa_debug.debug('Update Bill Info PUB : checking message count');

630: x_msg_data => l_msg_data
631: );
632:
633: if (p_debug_mode = 'Y') then
634: pa_debug.debug('Update Bill Info PUB : checking message count');
635: end if;
636:
637: l_msg_count := FND_MSG_PUB.count_msg;
638: If l_msg_count > 0 THEN

Line 754: pa_debug.debug('update_billing_schedule_type PUB : Checking the api version number.');

750: -- Standard call to check for call compatibility
751:
752: IF (p_debug_mode = 'Y')
753: THEN
754: pa_debug.debug('update_billing_schedule_type PUB : Checking the api version number.');
755: END IF;
756:
757: IF p_commit = FND_API.G_TRUE
758: THEN

Line 771: pa_debug.debug('update_billing_schedule_type PUB : Initializing message stack.');

767: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
768: END IF;
769:
770: if (p_debug_mode = 'Y') then
771: pa_debug.debug('update_billing_schedule_type PUB : Initializing message stack.');
772: end if;
773:
774: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');
775:

Line 774: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');

770: if (p_debug_mode = 'Y') then
771: pa_debug.debug('update_billing_schedule_type PUB : Initializing message stack.');
772: end if;
773:
774: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');
775:
776: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
777: fnd_msg_pub.initialize;
778: end if;

Line 811: pa_debug.debug('update_billing_schedule_type PUB : checking message count');

807: );
808: END IF;
809:
810: if (p_debug_mode = 'Y') then
811: pa_debug.debug('update_billing_schedule_type PUB : checking message count');
812: end if;
813: l_msg_count := FND_MSG_PUB.count_msg;
814: If l_msg_count > 0 THEN
815: x_msg_count := l_msg_count;

Line 936: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');

932: -- Standard call to check for call compatibility
933:
934: IF (p_debug_mode = 'Y')
935: THEN
936: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');
937: END IF;
938:
939: IF p_commit = FND_API.G_TRUE
940: THEN

Line 953: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');

949: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
950: END IF;
951:
952: if (p_debug_mode = 'Y') then
953: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
954: end if;
955:
956: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.CREATE_LABOR_MULTIPLIER');
957:

Line 956: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.CREATE_LABOR_MULTIPLIER');

952: if (p_debug_mode = 'Y') then
953: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
954: end if;
955:
956: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.CREATE_LABOR_MULTIPLIER');
957:
958: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
959: fnd_msg_pub.initialize;
960: end if;

Line 1001: pa_debug.debug('Update Bill Info PUB : checking message count');

997: );
998: END IF;
999:
1000: if (p_debug_mode = 'Y') then
1001: pa_debug.debug('Update Bill Info PUB : checking message count');
1002: end if;
1003: l_msg_count := FND_MSG_PUB.count_msg;
1004: If l_msg_count > 0 THEN
1005: x_msg_count := l_msg_count;

Line 1125: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');

1121: -- Standard call to check for call compatibility
1122:
1123: IF (p_debug_mode = 'Y')
1124: THEN
1125: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');
1126: END IF;
1127:
1128: IF p_commit = FND_API.G_TRUE
1129: THEN

Line 1142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');

1138: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1139: END IF;
1140:
1141: if (p_debug_mode = 'Y') then
1142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
1143: end if;
1144:
1145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');
1146:

Line 1145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');

1141: if (p_debug_mode = 'Y') then
1142: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
1143: end if;
1144:
1145: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.UPDATE_LABOR_MULTIPLIER');
1146:
1147: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
1148: fnd_msg_pub.initialize;
1149: end if;

Line 1191: pa_debug.debug('Update Bill Info PUB : checking message count');

1187: );
1188: END IF;
1189:
1190: if (p_debug_mode = 'Y') then
1191: pa_debug.debug('Update Bill Info PUB : checking message count');
1192: end if;
1193: l_msg_count := FND_MSG_PUB.count_msg;
1194: If l_msg_count > 0 THEN
1195: x_msg_count := l_msg_count;

Line 1310: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');

1306: -- Standard call to check for call compatibility
1307:
1308: IF (p_debug_mode = 'Y')
1309: THEN
1310: pa_debug.debug('Update Bill Info PUB : Checking the api version number.');
1311: END IF;
1312:
1313: IF p_commit = FND_API.G_TRUE
1314: THEN

Line 1327: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');

1323: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1324: END IF;
1325:
1326: if (p_debug_mode = 'Y') then
1327: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
1328: end if;
1329:
1330: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.DELETE_LABOR_MULTIPLIER');
1331:

Line 1330: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.DELETE_LABOR_MULTIPLIER');

1326: if (p_debug_mode = 'Y') then
1327: pa_debug.debug('Update Bill Info PUB : Initializing message stack.');
1328: end if;
1329:
1330: pa_debug.init_err_stack('PA_BILLING_SCHEDULE_PUB.DELETE_LABOR_MULTIPLIER');
1331:
1332: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
1333: fnd_msg_pub.initialize;
1334: end if;

Line 1368: pa_debug.debug('Update Bill Info PUB : checking message count');

1364: );
1365: END IF;
1366:
1367: if (p_debug_mode = 'Y') then
1368: pa_debug.debug('Update Bill Info PUB : checking message count');
1369: end if;
1370: l_msg_count := FND_MSG_PUB.count_msg;
1371: If l_msg_count > 0 THEN
1372: x_msg_count := l_msg_count;