DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_FUNDS_CONTROL_PKG

Line 1: package body PA_FUNDS_CONTROL_PKG1 as

1: package body PA_FUNDS_CONTROL_PKG1 as
2: -- $Header: PABCPKTB.pls 120.58.12010000.2 2008/08/22 16:07:54 mumohan ship $
3:
4: -------------------------------------------------------------------------------------
5: -- Declare Global variables

Line 287: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside get_cwk_multiplier API');

283: l_pktrawamt Number :=0;
284: l_tot_rawamt Number :=0;
285: l_tot_bdamt Number :=0;
286: BEGIN
287: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside get_cwk_multiplier API');
288: If p_reference = 'GL' Then
289:
290: select sum(decode(com.parent_bc_packet_id, NULL, 0
291: ,decode(p_bd_disp_method,'D', decode(com.expenditure_type,p_expenditure_type

Line 329: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_comrawamt['||l_comrawamt||']l_pktrawamt['||l_pktrawamt||

325:
326: l_tot_rawamt := NVL(l_comrawamt,0) + nvl(l_pktrawamt,0);
327: l_tot_bdamt := nvl(l_combdamt,0) + nvl(l_pktbdamt,0) ;
328:
329: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_comrawamt['||l_comrawamt||']l_pktrawamt['||l_pktrawamt||
330: ']l_combdamt['||l_combdamt||']l_pktbdamt['||l_pktbdamt||']' );
331: If l_tot_rawamt = 0 Then
332: --divisor is zero so return the multiplier zero
333: l_cwk_multiplier := 0;

Line 340: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of cwk Multiplier Value['||l_cwk_multiplier||']');

336: End If;
337:
338: END If;
339:
340: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of cwk Multiplier Value['||l_cwk_multiplier||']');
341:
342: RETURN l_cwk_multiplier;
343: EXCEPTION
344:

Line 346: pa_funds_control_pkg.log_message(p_msg_token1 => 'Failed in cwk Multiplier API');

342: RETURN l_cwk_multiplier;
343: EXCEPTION
344:
345: WHEN OTHERS THEN
346: pa_funds_control_pkg.log_message(p_msg_token1 => 'Failed in cwk Multiplier API');
347: RAISE;
348:
349: END get_cwk_multiplier;
350: -----------------------------------------------------------------------------

Line 379: pa_funds_control_pkg.log_message(p_msg_token1 =>

375: x_base := NULL;
376: x_return_status := 'S';
377: x_error_msg_code := null;
378:
379: pa_funds_control_pkg.log_message(p_msg_token1 =>
380: 'Inside check_exp_of_cost_base api In parms are task id ['||
381: p_task_id||']exp_type ['||p_exp_type||'] ei_date[ '||p_ei_date||']' );
382:
383: IF (g_base_pre_task_id is null or g_base_pre_task_id <> p_task_id) OR

Line 386: pa_funds_control_pkg.log_message(p_msg_token1 =>'Inside if condition differnt ');

382:
383: IF (g_base_pre_task_id is null or g_base_pre_task_id <> p_task_id) OR
384: (g_base_pre_exp_type is null or g_base_pre_exp_type <> p_exp_type) OR
385: (g_base_pre_ei_date is null or trunc(g_base_pre_ei_date) <> trunc(p_ei_date) ) THEN
386: pa_funds_control_pkg.log_message(p_msg_token1 =>'Inside if condition differnt ');
387:
388: If p_sch_type = 'C' then
389: BEGIN
390: -- Select the Task level schedule override if not found

Line 446: --pa_funds_control_pkg.log_message(p_msg_token1=>'sch id = '||l_sch_id);

442: x_base := NULL;
443: x_return_status := 'F';
444: END;
445:
446: --pa_funds_control_pkg.log_message(p_msg_token1=>'sch id = '||l_sch_id);
447: If l_sch_id is NOT NULL then
448: pa_funds_control_pkg.log_message(p_msg_token1=>
449: 'calling pa_cost_plus.get_revision_by_date');
450:

Line 448: pa_funds_control_pkg.log_message(p_msg_token1=>

444: END;
445:
446: --pa_funds_control_pkg.log_message(p_msg_token1=>'sch id = '||l_sch_id);
447: If l_sch_id is NOT NULL then
448: pa_funds_control_pkg.log_message(p_msg_token1=>
449: 'calling pa_cost_plus.get_revision_by_date');
450:
451: pa_cost_plus.get_revision_by_date
452: (l_sch_id

Line 458: /** pa_funds_control_pkg.log_message(p_msg_token1 =>

454: ,p_ei_date
455: ,l_rate_sch_rev_id
456: ,l_return_status
457: ,l_stage);
458: /** pa_funds_control_pkg.log_message(p_msg_token1 =>
459: 'sch rev id = '||l_rate_sch_rev_id||' status ='||l_return_status); **/
460: IF l_rate_sch_rev_id is NULL then
461: x_error_msg_code := 'NO_IND_RATE_SCH_REVISION';
462: x_base := NULL;

Line 466: pa_funds_control_pkg.log_message(p_msg_token1=>'sch rev id = '||l_rate_sch_rev_id);

462: x_base := NULL;
463: x_return_status := 'F';
464: END IF;
465: END IF;
466: pa_funds_control_pkg.log_message(p_msg_token1=>'sch rev id = '||l_rate_sch_rev_id);
467: IF l_rate_sch_rev_id is NOT NULL then
468: pa_cost_plus.get_cost_plus_structure
469: (rate_sch_rev_id =>l_rate_sch_rev_id
470: ,cp_structure =>l_cp_structure

Line 481: pa_funds_control_pkg.log_message(p_msg_token1=>'cost plus structure ='||l_cp_structure);

477: x_return_status := 'F';
478:
479: End if;
480: End IF;
481: pa_funds_control_pkg.log_message(p_msg_token1=>'cost plus structure ='||l_cp_structure);
482: l_base := null;
483: IF l_cp_structure is NOT NULL and p_exp_type is NOT NULL then
484: pa_cost_plus.get_cost_base
485: (exp_type => p_exp_type

Line 490: pa_funds_control_pkg.log_message(p_msg_token1=>'l_base ='||l_base);

486: ,cp_structure => l_cp_structure
487: ,c_base => l_base
488: ,status => l_return_status
489: ,stage => l_stage);
490: pa_funds_control_pkg.log_message(p_msg_token1=>'l_base ='||l_base);
491: x_base := l_base;
492: x_cp_structure := l_cp_structure;
493: If l_base is NULL then
494: -- the expenditure type is not part of the

Line 513: pa_funds_control_pkg.log_message(p_msg_token1=>'Pre cached values');

509: g_pre_base := x_base;
510: g_pre_cp_structure := x_cp_structure;
511:
512: Else -- pre cache
513: pa_funds_control_pkg.log_message(p_msg_token1=>'Pre cached values');
514: x_return_status := g_base_return_status;
515: x_error_msg_code := g_base_error_msg_code;
516: x_base := g_pre_base;
517: x_cp_structure := g_pre_cp_structure;

Line 520: pa_funds_control_pkg.log_message(p_msg_token1=>'x_msg_code[ '||x_error_msg_code||

516: x_base := g_pre_base;
517: x_cp_structure := g_pre_cp_structure;
518: End if;
519:
520: pa_funds_control_pkg.log_message(p_msg_token1=>'x_msg_code[ '||x_error_msg_code||
521: ']x_retun status [ '||x_return_status||']x_base ['||x_base||
522: ']g_base_return_status ['||g_base_return_status|| ']g_base_error_msg_code['||g_base_error_msg_code||
523: ']g_base_pre_task_id ['||g_base_pre_task_id||']g_base_pre_ei_date['||g_base_pre_ei_date||
524: ']g_base_pre_exp_type['||g_base_pre_exp_type||'] cp structure['||g_pre_cp_structure||']' );

Line 531: pa_funds_control_pkg.log_message

527:
528: EXCEPTION
529:
530: WHEN OTHERS THEN
531: pa_funds_control_pkg.log_message
532: (p_msg_token2 => 'Failed in check_exp_of_cost_base api');
533: pa_funds_control_pkg.log_message
534: (p_msg_token2 => sqlcode||sqlerrm);
535:

Line 533: pa_funds_control_pkg.log_message

529:
530: WHEN OTHERS THEN
531: pa_funds_control_pkg.log_message
532: (p_msg_token2 => 'Failed in check_exp_of_cost_base api');
533: pa_funds_control_pkg.log_message
534: (p_msg_token2 => sqlcode||sqlerrm);
535:
536: --R12: NOCOPY changes
537: x_base := NULL;

Line 724: pa_funds_control_pkg.log_message(p_msg_token1 =>'Inside upd_cwk_attributes API params:packetId['||p_packet_id||

720: * then update the record with amt columns, If no record exists in bc_commiemtns or
721: * the record exists in bc_packets which is not yet swept then update the amts only
722: * If the summary record is creating first time then update all the relevent columns
723: */
724: pa_funds_control_pkg.log_message(p_msg_token1 =>'Inside upd_cwk_attributes API params:packetId['||p_packet_id||
725: ']mode['||p_mode||']callingModule['||p_calling_module||']Reference['||p_reference||']');
726:
727: IF p_calling_module NOT IN ('CBC','CHECK_BASELINE','RESERVE_BASELINE') Then
728:

Line 767: pa_funds_control_pkg.log_message(p_msg_token1 =>'Project['||cwk.project_id||']Task['||cwk.task_id||

763: OPEN cur_potrxs;
764: FETCH cur_potrxs INTO l_po_exists;
765: CLOSE cur_potrxs;
766:
767: pa_funds_control_pkg.log_message(p_msg_token1 =>'Project['||cwk.project_id||']Task['||cwk.task_id||
768: ']Budgetver['||cwk.budget_version_id||']DocLineid['||cwk.document_line_id||
769: ']ExpType['||cwk.expenditure_type||']BurdDispMethod['||cwk.burden_amt_display_method||
770: ']CommSumRecflag['||l_commsummrec||']PktSumRecflag['||l_pktsummrec||
771: ']poexistsflag['||l_po_exists||']line_type['||cwk.line_type||']');

Line 786: pa_funds_control_pkg.log_message(p_msg_token1 => 'CommRawAmt['||l_comm_raw_amt||']CommbdAmt['||l_comm_bd_amt||

782: ,l_comm_bd_amt
783: ,l_relvd_comm_raw_amt
784: ,l_relvd_comm_bd_amt ;
785: CLOSE cur_cwk_amts;
786: pa_funds_control_pkg.log_message(p_msg_token1 => 'CommRawAmt['||l_comm_raw_amt||']CommbdAmt['||l_comm_bd_amt||
787: ']RelvdComm['||l_relvd_comm_raw_amt||']RelvdBd['||l_relvd_comm_bd_amt||']');
788: l_rows_updated := 0;
789: UPDATE pa_bc_commitments_all com
790: SET com.comm_tot_raw_amt = nvl(com.comm_tot_raw_amt,0) +

Line 845: pa_funds_control_pkg.log_message(p_msg_token1 => 'CommRawAmt['||l_comm_raw_amt||']CommbdAmt['||l_comm_bd_amt||

841: ,l_comm_bd_amt
842: ,l_relvd_comm_raw_amt
843: ,l_relvd_comm_bd_amt ;
844: CLOSE cur_cwk_amts;
845: pa_funds_control_pkg.log_message(p_msg_token1 => 'CommRawAmt['||l_comm_raw_amt||']CommbdAmt['||l_comm_bd_amt||
846: ']RelvdComm['||l_relvd_comm_raw_amt||']RelvdBd['||l_relvd_comm_bd_amt||']');
847: l_rows_updated := 0;
848: UPDATE pa_bc_packets pkt
849: SET pkt.comm_tot_raw_amt = nvl(pkt.comm_tot_raw_amt,0) +

Line 902: pa_funds_control_pkg.log_message(p_msg_token1=> l_stage);

898:
899: l_rows_updated := 0;
900: IF nvl(l_commsummrec,'N') = 'N' and nvl(l_pktsummrec,'N') = 'N' and l_po_exists = 'Y' Then
901: l_stage := 'Updating packets summary record flag';
902: pa_funds_control_pkg.log_message(p_msg_token1=> l_stage);
903: UPDATE pa_bc_packets pkt
904: SET pkt.summary_record_flag = decode (pkt.summary_record_flag,NULL,'Y',pkt.summary_record_flag)
905: WHERE pkt.packet_id = p_packet_id
906: AND pkt.document_type = 'PO'

Line 1051: pa_funds_control_pkg.log_message(p_msg_token1 =>l_stage||'- Num of Rows cwk attribute Updated['||l_rows_updated||']');

1047: End if ; -- end of sum record flag
1048:
1049: END IF; -- end of p_mode
1050:
1051: pa_funds_control_pkg.log_message(p_msg_token1 =>l_stage||'- Num of Rows cwk attribute Updated['||l_rows_updated||']');
1052:
1053: END LOOP; -- end of cur_cwkRecs cursor
1054:
1055: END IF; -- end of calling module

Line 1112: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');

1108:
1109: BEGIN
1110:
1111: PA_DEBUG.set_curr_function
1112: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');
1113:
1114: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1115: l_debug_mode := NVL(l_debug_mode, 'N');
1116:

Line 1122: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside the create_unreserve_pkt api');

1118: ,x_write_file => 'LOG'
1119: ,x_debug_mode => l_debug_mode
1120: );
1121:
1122: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside the create_unreserve_pkt api');
1123:
1124: If l_request_id is null then
1125: l_request_id := -1;
1126: End if;

Line 1274: pa_funds_control_pkg.log_message(p_msg_token1 => 'New packet id ='|| x_packet_id);

1270: WHERE pbc.packet_id = x_packet_id;
1271:
1272: If sql%rowcount > 0 then
1273: --assign the new packet id to out parameter
1274: pa_funds_control_pkg.log_message(p_msg_token1 => 'New packet id ='|| x_packet_id);
1275: x_packet_id := l_packet_id;
1276: End if;
1277:
1278: Elsif p_calling_module = 'CBC' and p_mode in ('U')

Line 1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1475: AND substr(nvl(result_code,'P'),1,1) = 'P');
1476:
1477: BEGIN
1478:
1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );

Line 1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');

1476:
1477: BEGIN
1478:
1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );
1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );

Line 1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );

1477: BEGIN
1478:
1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );
1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );
1485: End if;

Line 1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );

1478:
1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );
1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );
1485: End if;
1486:

Line 1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );

1479: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );
1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );
1485: End if;
1486:
1487: l_return_flag :='N';

Line 1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );

1480: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Start');
1481: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_distribution_id '||p_req_distribution_id );
1482: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of p_req_prevent_enc_flipped '||p_req_prevent_enc_flipped );
1483: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_status_code '||x_status_code );
1484: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Value of x_result_code '||x_result_code );
1485: End if;
1486:
1487: l_return_flag :='N';
1488:

Line 1500: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1496: CLOSE get_podetails;
1497:
1498: l_req_found_flag := 'N';
1499:
1500: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1501: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference1 = '||x_reference1);
1502: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference2 = '||x_reference2);
1503: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference3 = '||x_reference3);
1504: End if;

Line 1501: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference1 = '||x_reference1);

1497:
1498: l_req_found_flag := 'N';
1499:
1500: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1501: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference1 = '||x_reference1);
1502: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference2 = '||x_reference2);
1503: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference3 = '||x_reference3);
1504: End if;
1505:

Line 1502: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference2 = '||x_reference2);

1498: l_req_found_flag := 'N';
1499:
1500: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1501: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference1 = '||x_reference1);
1502: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference2 = '||x_reference2);
1503: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference3 = '||x_reference3);
1504: End if;
1505:
1506: OPEN c_req_raw_burden;

Line 1503: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference3 = '||x_reference3);

1499:
1500: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1501: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference1 = '||x_reference1);
1502: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference2 = '||x_reference2);
1503: pa_funds_control_pkg.log_message(p_msg_token1 => ' x_reference3 = '||x_reference3);
1504: End if;
1505:
1506: OPEN c_req_raw_burden;
1507: LOOP

Line 1520: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1516: x_result_code := 'F137' ; -- No matching requisition record found
1517: x_status_code := 'R';
1518: END IF;
1519: END IF;
1520: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1521: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching requisition record found ');
1522: End if;
1523: EXIT;
1524: END IF;

Line 1521: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching requisition record found ');

1517: x_status_code := 'R';
1518: END IF;
1519: END IF;
1520: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1521: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching requisition record found ');
1522: End if;
1523: EXIT;
1524: END IF;
1525:

Line 1532: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1528:
1529: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1530: IF l_parent_bc_packet_id IS NOT NULL THEN
1531: l_return_flag := 'Y';
1532: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1533: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_parent_bc_packet_id = '||l_parent_bc_packet_id);
1534: End if;
1535: EXIT;
1536: END IF;

Line 1533: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_parent_bc_packet_id = '||l_parent_bc_packet_id);

1529: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1530: IF l_parent_bc_packet_id IS NOT NULL THEN
1531: l_return_flag := 'Y';
1532: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1533: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_parent_bc_packet_id = '||l_parent_bc_packet_id);
1534: End if;
1535: EXIT;
1536: END IF;
1537:

Line 1541: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1537:
1538: END LOOP;
1539: CLOSE c_req_raw_burden;
1540:
1541: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1542: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End l_return_flag ='||l_return_flag);
1543: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_status_code '||x_status_code );
1544: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_result_code '||x_result_code );
1545: End if;

Line 1542: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End l_return_flag ='||l_return_flag);

1538: END LOOP;
1539: CLOSE c_req_raw_burden;
1540:
1541: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1542: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End l_return_flag ='||l_return_flag);
1543: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_status_code '||x_status_code );
1544: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_result_code '||x_result_code );
1545: End if;
1546:

Line 1543: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_status_code '||x_status_code );

1539: CLOSE c_req_raw_burden;
1540:
1541: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1542: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End l_return_flag ='||l_return_flag);
1543: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_status_code '||x_status_code );
1544: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_result_code '||x_result_code );
1545: End if;
1546:
1547: return l_return_flag;

Line 1544: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_result_code '||x_result_code );

1540:
1541: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1542: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End l_return_flag ='||l_return_flag);
1543: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_status_code '||x_status_code );
1544: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - End x_result_code '||x_result_code );
1545: End if;
1546:
1547: return l_return_flag;
1548:

Line 1551: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1547: return l_return_flag;
1548:
1549: EXCEPTION
1550: WHEN OTHERS THEN
1551: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1552: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Exception'||SQLERRM);
1553: End if;
1554:
1555: Raise;

Line 1552: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Exception'||SQLERRM);

1548:
1549: EXCEPTION
1550: WHEN OTHERS THEN
1551: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1552: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_REQ_BASED_PO - Exception'||SQLERRM);
1553: End if;
1554:
1555: Raise;
1556: END is_req_based_po;

Line 1612: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1608: AND NVL(pbc.document_header_id_2 ,-99) = NVL(p_po_release_id,-99));
1609:
1610: BEGIN
1611:
1612: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1613: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Start');
1614: End if;
1615:
1616: OPEN po_cur;

Line 1613: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Start');

1609:
1610: BEGIN
1611:
1612: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1613: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Start');
1614: End if;
1615:
1616: OPEN po_cur;
1617: FETCH po_cur INTO

Line 1623: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1619: l_cc_det_pf_line_id,
1620: l_po_destination_type;
1621: CLOSE po_cur;
1622:
1623: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1624: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_header_id ='||l_cc_header_id);
1625: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_det_pf_line_id ='||l_cc_det_pf_line_id);
1626: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_po_destination_type ='||l_po_destination_type);
1627: End if;

Line 1624: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_header_id ='||l_cc_header_id);

1620: l_po_destination_type;
1621: CLOSE po_cur;
1622:
1623: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1624: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_header_id ='||l_cc_header_id);
1625: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_det_pf_line_id ='||l_cc_det_pf_line_id);
1626: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_po_destination_type ='||l_po_destination_type);
1627: End if;
1628:

Line 1625: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_det_pf_line_id ='||l_cc_det_pf_line_id);

1621: CLOSE po_cur;
1622:
1623: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1624: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_header_id ='||l_cc_header_id);
1625: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_det_pf_line_id ='||l_cc_det_pf_line_id);
1626: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_po_destination_type ='||l_po_destination_type);
1627: End if;
1628:
1629: IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then

Line 1626: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_po_destination_type ='||l_po_destination_type);

1622:
1623: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1624: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_header_id ='||l_cc_header_id);
1625: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_cc_det_pf_line_id ='||l_cc_det_pf_line_id);
1626: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_po_destination_type ='||l_po_destination_type);
1627: End if;
1628:
1629: IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then
1630:

Line 1631: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1627: End if;
1628:
1629: IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then
1630:
1631: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1632: pa_funds_control_pkg.log_message(p_msg_token1 => ' PO is Inventory based so update status code to S');
1633: End if;
1634:
1635: x_result_code := 'P113';

Line 1632: pa_funds_control_pkg.log_message(p_msg_token1 => ' PO is Inventory based so update status code to S');

1628:
1629: IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then
1630:
1631: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1632: pa_funds_control_pkg.log_message(p_msg_token1 => ' PO is Inventory based so update status code to S');
1633: End if;
1634:
1635: x_result_code := 'P113';
1636: x_status_code := 'V';

Line 1651: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1647: IF l_po_found_flag = 'N' THEN
1648: x_result_code := 'F138'; -- No matching PO record found for this Invoice
1649: x_status_code := 'R';
1650: END IF;
1651: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1652: pa_funds_control_pkg.log_message(p_msg_token1 => ' No matching PO record found for this Invoice - F138');
1653: End if;
1654: EXIT;
1655: END IF;

Line 1652: pa_funds_control_pkg.log_message(p_msg_token1 => ' No matching PO record found for this Invoice - F138');

1648: x_result_code := 'F138'; -- No matching PO record found for this Invoice
1649: x_status_code := 'R';
1650: END IF;
1651: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1652: pa_funds_control_pkg.log_message(p_msg_token1 => ' No matching PO record found for this Invoice - F138');
1653: End if;
1654: EXIT;
1655: END IF;
1656:

Line 1663: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1659:
1660: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1661: IF l_parent_bc_packet_id IS NOT NULL THEN
1662: l_return_flag := 'Y';
1663: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1664: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_parent_bc_packet_id ='||l_parent_bc_packet_id);
1665: End if;
1666: EXIT;
1667: END IF;

Line 1664: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_parent_bc_packet_id ='||l_parent_bc_packet_id);

1660: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1661: IF l_parent_bc_packet_id IS NOT NULL THEN
1662: l_return_flag := 'Y';
1663: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1664: pa_funds_control_pkg.log_message(p_msg_token1 => ' l_parent_bc_packet_id ='||l_parent_bc_packet_id);
1665: End if;
1666: EXIT;
1667: END IF;
1668:

Line 1686: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1682: IF l_cc_found_flag = 'N' THEN
1683: x_result_code := 'F138'; -- No matching CC record found for this Invoice
1684: x_status_code := 'R';
1685: END IF;
1686: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1687: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching CC record found for this Invoice');
1688: End if;
1689: EXIT;
1690: END IF;

Line 1687: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching CC record found for this Invoice');

1683: x_result_code := 'F138'; -- No matching CC record found for this Invoice
1684: x_status_code := 'R';
1685: END IF;
1686: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1687: pa_funds_control_pkg.log_message(p_msg_token1 => 'No matching CC record found for this Invoice');
1688: End if;
1689: EXIT;
1690: END IF;
1691:

Line 1698: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1694:
1695: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1696: IF l_parent_bc_packet_id IS NOT NULL THEN
1697: l_return_flag := 'Y';
1698: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1699: pa_funds_control_pkg.log_message(p_msg_token1 => ' Parent PO burden record found');
1700: End if;
1701: EXIT;
1702: END IF;

Line 1699: pa_funds_control_pkg.log_message(p_msg_token1 => ' Parent PO burden record found');

1695: -- If burden record is found then intialize x_bc_commitment_id OUT variable
1696: IF l_parent_bc_packet_id IS NOT NULL THEN
1697: l_return_flag := 'Y';
1698: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1699: pa_funds_control_pkg.log_message(p_msg_token1 => ' Parent PO burden record found');
1700: End if;
1701: EXIT;
1702: END IF;
1703:

Line 1709: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1705: CLOSE c_po_raw_burden;
1706: END IF; --IF l_po_found_flag = 'N' and l_cc_header_id is not null and l_cc_det_pf_line_id is not null then
1707: END IF; --IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then
1708:
1709: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1710: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - End l_return_flag =' ||l_return_flag);
1711: End if;
1712:
1713: Return l_return_flag;

Line 1710: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - End l_return_flag =' ||l_return_flag);

1706: END IF; --IF l_po_found_flag = 'N' and l_cc_header_id is not null and l_cc_det_pf_line_id is not null then
1707: END IF; --IF nvl(l_po_destination_type,'EXPENSE') in('INVENTORY','SHOP FLOOR') then
1708:
1709: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1710: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - End l_return_flag =' ||l_return_flag);
1711: End if;
1712:
1713: Return l_return_flag;
1714:

Line 1718: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1714:
1715: EXCEPTION
1716: WHEN OTHERS THEN
1717:
1718: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1719: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Exception'||SQLERRM);
1720: End if;
1721:
1722: Raise;

Line 1719: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Exception'||SQLERRM);

1715: EXCEPTION
1716: WHEN OTHERS THEN
1717:
1718: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1719: pa_funds_control_pkg.log_message(p_msg_token1 => ' IS_PO_BASED_INVOICE - Exception'||SQLERRM);
1720: End if;
1721:
1722: Raise;
1723:

Line 1730: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1726: PROCEDURE COPY_AP_RECORD (p_copy_from_index IN NUMBER,
1727: p_new_rec_index IN NUMBER) IS
1728: BEGIN
1729:
1730: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1731: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - Start');
1732: End if;
1733:
1734: g_tab_budget_version_id(p_new_rec_index) := g_tab_budget_version_id(p_copy_from_index);

Line 1731: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - Start');

1727: p_new_rec_index IN NUMBER) IS
1728: BEGIN
1729:
1730: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1731: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - Start');
1732: End if;
1733:
1734: g_tab_budget_version_id(p_new_rec_index) := g_tab_budget_version_id(p_copy_from_index);
1735: g_tab_budget_line_id(p_new_rec_index) := g_tab_budget_line_id(p_copy_from_index);

Line 1787: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1783: select pa_bc_packets_s.nextval
1784: into g_tab_bc_packet_id(p_new_rec_index)
1785: from dual;
1786:
1787: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1788: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - End');
1789: End if;
1790:
1791: EXCEPTION

Line 1788: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - End');

1784: into g_tab_bc_packet_id(p_new_rec_index)
1785: from dual;
1786:
1787: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1788: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - End');
1789: End if;
1790:
1791: EXCEPTION
1792: WHEN OTHERS THEN

Line 1794: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1790:
1791: EXCEPTION
1792: WHEN OTHERS THEN
1793:
1794: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1795: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - EXception'||SQLERRM);
1796: End if;
1797:
1798: RAISE;

Line 1795: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - EXception'||SQLERRM);

1791: EXCEPTION
1792: WHEN OTHERS THEN
1793:
1794: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1795: pa_funds_control_pkg.log_message(p_msg_token1 => 'COPY_AP_RECORD - EXception'||SQLERRM);
1796: End if;
1797:
1798: RAISE;
1799:

Line 1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1828: AND p_po_release_id IS NOT NULL;
1829:
1830: BEGIN
1831:
1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');
1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');

Line 1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');

1829:
1830: BEGIN
1831:
1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');
1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1837: End if;

Line 1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);

1830: BEGIN
1831:
1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');
1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1837: End if;
1838:

Line 1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);

1831:
1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');
1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1837: End if;
1838:
1839: COPY_AP_RECORD (p_copy_from_index,p_new_rec_index);

Line 1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');

1832: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1833: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - Start');
1834: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1835: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1836: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1837: End if;
1838:
1839: COPY_AP_RECORD (p_copy_from_index,p_new_rec_index);
1840:

Line 1841: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1837: End if;
1838:
1839: COPY_AP_RECORD (p_copy_from_index,p_new_rec_index);
1840:
1841: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1842: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling COPY_AP_RECORD');
1843: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting few of PO column values');
1844: End if;
1845:

Line 1842: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling COPY_AP_RECORD');

1838:
1839: COPY_AP_RECORD (p_copy_from_index,p_new_rec_index);
1840:
1841: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1842: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling COPY_AP_RECORD');
1843: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting few of PO column values');
1844: End if;
1845:
1846: g_tab_doc_distribution_id(p_new_rec_index) := g_tab_ap_po_distribution_id(p_copy_from_index);

Line 1843: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting few of PO column values');

1839: COPY_AP_RECORD (p_copy_from_index,p_new_rec_index);
1840:
1841: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1842: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling COPY_AP_RECORD');
1843: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting few of PO column values');
1844: End if;
1845:
1846: g_tab_doc_distribution_id(p_new_rec_index) := g_tab_ap_po_distribution_id(p_copy_from_index);
1847: g_tab_je_source_name(p_new_rec_index) := 'Purchasing';

Line 1879: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1875: Else
1876: Copy accounted amounts for PO relieving record from those on the invoice */
1877:
1878: If g_tab_rate(p_new_rec_index) is NOT NULL then
1879: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1880: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calculating accounted amounts for PO relieving record from its entered amounts and rate');
1881: pa_funds_control_pkg.log_message(p_msg_token1 => 'Rate : '||g_tab_rate(p_new_rec_index));
1882: End if;
1883: g_tab_accounted_dr(p_new_rec_index) := g_tab_entered_dr(p_new_rec_index) * g_tab_rate(p_new_rec_index);

Line 1880: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calculating accounted amounts for PO relieving record from its entered amounts and rate');

1876: Copy accounted amounts for PO relieving record from those on the invoice */
1877:
1878: If g_tab_rate(p_new_rec_index) is NOT NULL then
1879: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1880: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calculating accounted amounts for PO relieving record from its entered amounts and rate');
1881: pa_funds_control_pkg.log_message(p_msg_token1 => 'Rate : '||g_tab_rate(p_new_rec_index));
1882: End if;
1883: g_tab_accounted_dr(p_new_rec_index) := g_tab_entered_dr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1884: g_tab_accounted_cr(p_new_rec_index) := g_tab_entered_cr(p_new_rec_index) * g_tab_rate(p_new_rec_index);

Line 1881: pa_funds_control_pkg.log_message(p_msg_token1 => 'Rate : '||g_tab_rate(p_new_rec_index));

1877:
1878: If g_tab_rate(p_new_rec_index) is NOT NULL then
1879: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1880: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calculating accounted amounts for PO relieving record from its entered amounts and rate');
1881: pa_funds_control_pkg.log_message(p_msg_token1 => 'Rate : '||g_tab_rate(p_new_rec_index));
1882: End if;
1883: g_tab_accounted_dr(p_new_rec_index) := g_tab_entered_dr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1884: g_tab_accounted_cr(p_new_rec_index) := g_tab_entered_cr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1885: else

Line 1886: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1882: End if;
1883: g_tab_accounted_dr(p_new_rec_index) := g_tab_entered_dr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1884: g_tab_accounted_cr(p_new_rec_index) := g_tab_entered_cr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1885: else
1886: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1887: pa_funds_control_pkg.log_message(p_msg_token1 => 'Copying accounted amounts for PO relieving record from those on the invoice');
1888: End if;
1889: g_tab_accounted_dr(p_new_rec_index) := g_tab_accounted_cr(p_copy_from_index);
1890: g_tab_accounted_cr(p_new_rec_index) := g_tab_accounted_dr(p_copy_from_index);

Line 1887: pa_funds_control_pkg.log_message(p_msg_token1 => 'Copying accounted amounts for PO relieving record from those on the invoice');

1883: g_tab_accounted_dr(p_new_rec_index) := g_tab_entered_dr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1884: g_tab_accounted_cr(p_new_rec_index) := g_tab_entered_cr(p_new_rec_index) * g_tab_rate(p_new_rec_index);
1885: else
1886: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1887: pa_funds_control_pkg.log_message(p_msg_token1 => 'Copying accounted amounts for PO relieving record from those on the invoice');
1888: End if;
1889: g_tab_accounted_dr(p_new_rec_index) := g_tab_accounted_cr(p_copy_from_index);
1890: g_tab_accounted_cr(p_new_rec_index) := g_tab_accounted_dr(p_copy_from_index);
1891: end if;

Line 1892: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1888: End if;
1889: g_tab_accounted_dr(p_new_rec_index) := g_tab_accounted_cr(p_copy_from_index);
1890: g_tab_accounted_cr(p_new_rec_index) := g_tab_accounted_dr(p_copy_from_index);
1891: end if;
1892: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1893: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_dr : '||g_tab_accounted_dr(p_new_rec_index));
1894: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_cr : '||g_tab_accounted_cr(p_new_rec_index));
1895: End if;
1896:

Line 1893: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_dr : '||g_tab_accounted_dr(p_new_rec_index));

1889: g_tab_accounted_dr(p_new_rec_index) := g_tab_accounted_cr(p_copy_from_index);
1890: g_tab_accounted_cr(p_new_rec_index) := g_tab_accounted_dr(p_copy_from_index);
1891: end if;
1892: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1893: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_dr : '||g_tab_accounted_dr(p_new_rec_index));
1894: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_cr : '||g_tab_accounted_cr(p_new_rec_index));
1895: End if;
1896:
1897: g_tab_ap_po_distribution_id(p_new_rec_index) := NULL;

Line 1894: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_cr : '||g_tab_accounted_cr(p_new_rec_index));

1890: g_tab_accounted_cr(p_new_rec_index) := g_tab_accounted_dr(p_copy_from_index);
1891: end if;
1892: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1893: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_dr : '||g_tab_accounted_dr(p_new_rec_index));
1894: pa_funds_control_pkg.log_message(p_msg_token1 => 'Accounted_cr : '||g_tab_accounted_cr(p_new_rec_index));
1895: End if;
1896:
1897: g_tab_ap_po_distribution_id(p_new_rec_index) := NULL;
1898:

Line 1899: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1895: End if;
1896:
1897: g_tab_ap_po_distribution_id(p_new_rec_index) := NULL;
1898:
1899: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1900: pa_funds_control_pkg.log_message(p_msg_token1 => 'After overwriting few of PO column values');
1901: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before calling is_po_based_invoice');
1902: End if;
1903:

Line 1900: pa_funds_control_pkg.log_message(p_msg_token1 => 'After overwriting few of PO column values');

1896:
1897: g_tab_ap_po_distribution_id(p_new_rec_index) := NULL;
1898:
1899: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1900: pa_funds_control_pkg.log_message(p_msg_token1 => 'After overwriting few of PO column values');
1901: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before calling is_po_based_invoice');
1902: End if;
1903:
1904: -- Fetch parent_bc_packet_id for PO record

Line 1901: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before calling is_po_based_invoice');

1897: g_tab_ap_po_distribution_id(p_new_rec_index) := NULL;
1898:
1899: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1900: pa_funds_control_pkg.log_message(p_msg_token1 => 'After overwriting few of PO column values');
1901: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before calling is_po_based_invoice');
1902: End if;
1903:
1904: -- Fetch parent_bc_packet_id for PO record
1905: IF is_po_based_invoice (p_po_distribution_id => g_tab_doc_distribution_id(p_new_rec_index)

Line 1912: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1908: ,x_result_code => g_tab_result_code(p_new_rec_index)
1909: ,x_status_code => g_tab_status_code(p_new_rec_index))
1910: = 'Y' THEN
1911:
1912: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1913: pa_funds_control_pkg.log_message(p_msg_token1 => 'In is_po_based_invoice ');
1914: End if;
1915:
1916: g_tab_p_bc_packet_id(p_new_rec_index) := -1 ;

Line 1913: pa_funds_control_pkg.log_message(p_msg_token1 => 'In is_po_based_invoice ');

1909: ,x_status_code => g_tab_status_code(p_new_rec_index))
1910: = 'Y' THEN
1911:
1912: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1913: pa_funds_control_pkg.log_message(p_msg_token1 => 'In is_po_based_invoice ');
1914: End if;
1915:
1916: g_tab_p_bc_packet_id(p_new_rec_index) := -1 ;
1917:

Line 1920: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1916: g_tab_p_bc_packet_id(p_new_rec_index) := -1 ;
1917:
1918: END IF;
1919:
1920: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1921: pa_funds_control_pkg.log_message(p_msg_token1 => 'After calling is_po_based_invoice');
1922: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - End');
1923: End if;
1924:

Line 1921: pa_funds_control_pkg.log_message(p_msg_token1 => 'After calling is_po_based_invoice');

1917:
1918: END IF;
1919:
1920: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1921: pa_funds_control_pkg.log_message(p_msg_token1 => 'After calling is_po_based_invoice');
1922: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - End');
1923: End if;
1924:
1925: EXCEPTION

Line 1922: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - End');

1918: END IF;
1919:
1920: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1921: pa_funds_control_pkg.log_message(p_msg_token1 => 'After calling is_po_based_invoice');
1922: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - End');
1923: End if;
1924:
1925: EXCEPTION
1926: WHEN OTHERS THEN

Line 1928: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1924:
1925: EXCEPTION
1926: WHEN OTHERS THEN
1927:
1928: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1929: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - EXception'||SQLERRM);
1930: End if;
1931:
1932: RAISE;

Line 1929: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - EXception'||SQLERRM);

1925: EXCEPTION
1926: WHEN OTHERS THEN
1927:
1928: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1929: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_AP_PO_RECORD - EXception'||SQLERRM);
1930: End if;
1931:
1932: RAISE;
1933:

Line 1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1950: FROM dual;
1951:
1952: BEGIN
1953:
1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);

Line 1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');

1951:
1952: BEGIN
1953:
1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);

Line 1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);

1952: BEGIN
1953:
1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);

Line 1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);

1953:
1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);

Line 1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);

1954: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);
1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');

Line 1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);

1955: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Start');
1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);
1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');
1963: End if;

Line 1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);

1956: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_copy_from_index ='||p_copy_from_index);
1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);
1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');
1963: End if;
1964:

Line 1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);

1957: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_new_rec_index ='||p_new_rec_index);
1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);
1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');
1963: End if;
1964:
1965: IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN

Line 1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');

1958: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_cwk_po_flag ='||p_cwk_po_flag);
1959: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_accrue_on_receipt_flag ='||p_accrue_on_receipt_flag);
1960: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_variance ='||p_variance);
1961: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of parameter p_base_variance ='||p_base_variance);
1962: pa_funds_control_pkg.log_message(p_msg_token1 => 'Check if its a CWK OR accrure on receipt PO');
1963: End if;
1964:
1965: IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1966:

Line 1967: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1963: End if;
1964:
1965: IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1966:
1967: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1968: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its a CWK OR accrue on receipt PO hence relieve only the variance for AP');
1969: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting main AP record amount columns ');
1970: End if;
1971:

Line 1968: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its a CWK OR accrue on receipt PO hence relieve only the variance for AP');

1964:
1965: IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1966:
1967: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1968: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its a CWK OR accrue on receipt PO hence relieve only the variance for AP');
1969: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting main AP record amount columns ');
1970: End if;
1971:
1972: -- As only AP variance should be fundschecked , updating AP distribution amount columns with

Line 1969: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting main AP record amount columns ');

1965: IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1966:
1967: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1968: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its a CWK OR accrue on receipt PO hence relieve only the variance for AP');
1969: pa_funds_control_pkg.log_message(p_msg_token1 => 'Overwriting main AP record amount columns ');
1970: End if;
1971:
1972: -- As only AP variance should be fundschecked , updating AP distribution amount columns with
1973: -- varaince amount

Line 1984: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

1980: CLOSE ap_var_amt_cur;
1981:
1982: ELSE -- IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1983:
1984: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1985: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its NOT a CWK OR accrue on receipt PO hence create new record for ap variance');
1986: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1987: End if;
1988:

Line 1985: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its NOT a CWK OR accrue on receipt PO hence create new record for ap variance');

1981:
1982: ELSE -- IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1983:
1984: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1985: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its NOT a CWK OR accrue on receipt PO hence create new record for ap variance');
1986: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1987: End if;
1988:
1989: -- As AP variance should be fundschecked in addition to AP distribution,

Line 1986: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');

1982: ELSE -- IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
1983:
1984: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
1985: pa_funds_control_pkg.log_message(p_msg_token1 => 'Its NOT a CWK OR accrue on receipt PO hence create new record for ap variance');
1986: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling COPY_AP_RECORD');
1987: End if;
1988:
1989: -- As AP variance should be fundschecked in addition to AP distribution,
1990: -- creating new record for AP varaince line

Line 2006: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2002: CLOSE ap_var_amt_cur;
2003:
2004: END IF; -- IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
2005:
2006: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2007: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - End');
2008: End if;
2009:
2010: EXCEPTION

Line 2007: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - End');

2003:
2004: END IF; -- IF (p_cwk_po_flag = 'Y' OR p_accrue_on_receipt_flag = 'Y') THEN
2005:
2006: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2007: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - End');
2008: End if;
2009:
2010: EXCEPTION
2011: WHEN OTHERS THEN

Line 2013: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2009:
2010: EXCEPTION
2011: WHEN OTHERS THEN
2012:
2013: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2014: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Exception'||SQLERRM);
2015: End if;
2016:
2017: RAISE;

Line 2014: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Exception'||SQLERRM);

2010: EXCEPTION
2011: WHEN OTHERS THEN
2012:
2013: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2014: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_APVAR_RECORD - Exception'||SQLERRM);
2015: End if;
2016:
2017: RAISE;
2018:

Line 2046: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2042: WHERE po.po_distribution_id = p_po_distribution_id;
2043:
2044: BEGIN
2045:
2046: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2047: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - p_copy_from_index = '
2048: ||p_copy_from_index);
2049: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Start');
2050: End if;

Line 2047: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - p_copy_from_index = '

2043:
2044: BEGIN
2045:
2046: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2047: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - p_copy_from_index = '
2048: ||p_copy_from_index);
2049: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Start');
2050: End if;
2051:

Line 2049: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Start');

2045:
2046: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2047: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - p_copy_from_index = '
2048: ||p_copy_from_index);
2049: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Start');
2050: End if;
2051:
2052: -- Below is the logic of splitting AP line into multiple bc records
2053: -- 1.IF po_distribution id populated then create PO relieving record

Line 2071: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2067: FETCH c_po_cwk_accrue_details_cur INTO l_cwk_po_flag,
2068: l_accrue_on_receipt_flag;
2069: CLOSE c_po_cwk_accrue_details_cur;
2070:
2071: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2072: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_cwk_po_flag ='||l_cwk_po_flag );
2073: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_accrue_on_receipt_flag ='||l_accrue_on_receipt_flag );
2074: End if;
2075:

Line 2072: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_cwk_po_flag ='||l_cwk_po_flag );

2068: l_accrue_on_receipt_flag;
2069: CLOSE c_po_cwk_accrue_details_cur;
2070:
2071: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2072: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_cwk_po_flag ='||l_cwk_po_flag );
2073: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_accrue_on_receipt_flag ='||l_accrue_on_receipt_flag );
2074: End if;
2075:
2076: -- Calling procedure to relieve PO record only if non-CWK PO/ accrue on recipt is unchecked

Line 2073: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_accrue_on_receipt_flag ='||l_accrue_on_receipt_flag );

2069: CLOSE c_po_cwk_accrue_details_cur;
2070:
2071: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2072: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_cwk_po_flag ='||l_cwk_po_flag );
2073: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - l_accrue_on_receipt_flag ='||l_accrue_on_receipt_flag );
2074: End if;
2075:
2076: -- Calling procedure to relieve PO record only if non-CWK PO/ accrue on recipt is unchecked
2077: IF l_cwk_po_flag <> 'Y' AND l_accrue_on_receipt_flag <> 'Y' THEN

Line 2079: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2075:
2076: -- Calling procedure to relieve PO record only if non-CWK PO/ accrue on recipt is unchecked
2077: IF l_cwk_po_flag <> 'Y' AND l_accrue_on_receipt_flag <> 'Y' THEN
2078:
2079: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2080: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_AP_PO_RECORD');
2081: End if;
2082:
2083: l_new_rec_index := g_tab_doc_header_id.count + 1 ;

Line 2080: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_AP_PO_RECORD');

2076: -- Calling procedure to relieve PO record only if non-CWK PO/ accrue on recipt is unchecked
2077: IF l_cwk_po_flag <> 'Y' AND l_accrue_on_receipt_flag <> 'Y' THEN
2078:
2079: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2080: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_AP_PO_RECORD');
2081: End if;
2082:
2083: l_new_rec_index := g_tab_doc_header_id.count + 1 ;
2084:

Line 2088: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2084:
2085: CREATE_AP_PO_RECORD (p_copy_from_index,
2086: l_new_rec_index );
2087:
2088: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2089: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - After CREATE_AP_PO_RECORD');
2090: End if;
2091:
2092: END IF; --IF l_cwk_po_flag <> 'Y' AND l_accrue_on_receipt_flag <> 'Y' THEN

Line 2089: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - After CREATE_AP_PO_RECORD');

2085: CREATE_AP_PO_RECORD (p_copy_from_index,
2086: l_new_rec_index );
2087:
2088: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2089: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - After CREATE_AP_PO_RECORD');
2090: End if;
2091:
2092: END IF; --IF l_cwk_po_flag <> 'Y' AND l_accrue_on_receipt_flag <> 'Y' THEN
2093:

Line 2097: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2093:
2094:
2095: IF NVL(g_tab_ap_amount_variance(p_copy_from_index),0) <> 0 THEN
2096:
2097: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2098: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for amount variance');
2099: End if;
2100:
2101: l_new_rec_index := g_tab_doc_header_id.count + 1 ;

Line 2098: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for amount variance');

2094:
2095: IF NVL(g_tab_ap_amount_variance(p_copy_from_index),0) <> 0 THEN
2096:
2097: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2098: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for amount variance');
2099: End if;
2100:
2101: l_new_rec_index := g_tab_doc_header_id.count + 1 ;
2102:

Line 2110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2106: p_accrue_on_receipt_flag => l_accrue_on_receipt_flag,
2107: p_variance => g_tab_ap_amount_variance(p_copy_from_index),
2108: p_base_variance => g_tab_ap_base_amount_variance(p_copy_from_index));
2109:
2110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2111: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');
2112: End if;
2113:
2114: END IF; --IF NVL(g_tab_ap_amount_variance(p_copy_from_index),0) <> 0 THEN

Line 2111: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');

2107: p_variance => g_tab_ap_amount_variance(p_copy_from_index),
2108: p_base_variance => g_tab_ap_base_amount_variance(p_copy_from_index));
2109:
2110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2111: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');
2112: End if;
2113:
2114: END IF; --IF NVL(g_tab_ap_amount_variance(p_copy_from_index),0) <> 0 THEN
2115:

Line 2119: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2115:
2116:
2117: IF NVL(g_tab_ap_quantity_variance(p_copy_from_index),0) <> 0 THEN
2118:
2119: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2120: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for QTY variance');
2121: End if;
2122:
2123: l_new_rec_index := g_tab_doc_header_id.count + 1 ;

Line 2120: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for QTY variance');

2116:
2117: IF NVL(g_tab_ap_quantity_variance(p_copy_from_index),0) <> 0 THEN
2118:
2119: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2120: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD for QTY variance');
2121: End if;
2122:
2123: l_new_rec_index := g_tab_doc_header_id.count + 1 ;
2124:

Line 2132: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2128: p_accrue_on_receipt_flag => l_accrue_on_receipt_flag,
2129: p_variance => g_tab_ap_quantity_variance(p_copy_from_index),
2130: p_base_variance => g_tab_ap_base_qty_variance(p_copy_from_index));
2131:
2132: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2133: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');
2134: End if;
2135:
2136: END IF;

Line 2133: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');

2129: p_variance => g_tab_ap_quantity_variance(p_copy_from_index),
2130: p_base_variance => g_tab_ap_base_qty_variance(p_copy_from_index));
2131:
2132: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2133: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - before CREATE_APVAR_RECORD');
2134: End if;
2135:
2136: END IF;
2137:

Line 2138: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2134: End if;
2135:
2136: END IF;
2137:
2138: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2139: pa_funds_control_pkg.log_message(p_msg_token1 => ' CREATE_BACKING_PO_APVAR_REC - End ');
2140: End if;
2141:
2142: EXCEPTION

Line 2139: pa_funds_control_pkg.log_message(p_msg_token1 => ' CREATE_BACKING_PO_APVAR_REC - End ');

2135:
2136: END IF;
2137:
2138: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2139: pa_funds_control_pkg.log_message(p_msg_token1 => ' CREATE_BACKING_PO_APVAR_REC - End ');
2140: End if;
2141:
2142: EXCEPTION
2143: WHEN OTHERS THEN

Line 2145: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2141:
2142: EXCEPTION
2143: WHEN OTHERS THEN
2144:
2145: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2146: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Exception'||SQLERRM);
2147: End if;
2148:
2149: RAISE;

Line 2146: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Exception'||SQLERRM);

2142: EXCEPTION
2143: WHEN OTHERS THEN
2144:
2145: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2146: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_BACKING_PO_APVAR_REC - Exception'||SQLERRM);
2147: End if;
2148:
2149: RAISE;
2150:

Line 2210: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2206: l_gl_start_date DATE;
2207:
2208: BEGIN
2209:
2210: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2211: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - Start');
2212: End if;
2213:
2214: -- This will loop only once as a packet_id will have only one distinct SOB

Line 2211: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - Start');

2207:
2208: BEGIN
2209:
2210: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2211: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - Start');
2212: End if;
2213:
2214: -- This will loop only once as a packet_id will have only one distinct SOB
2215: FOR c_sob IN c_pkt_SOB LOOP

Line 2217: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2213:
2214: -- This will loop only once as a packet_id will have only one distinct SOB
2215: FOR c_sob IN c_pkt_SOB LOOP
2216:
2217: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2218: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_pkg.derive_rlmi for c_sob.set_of_books_id '||c_sob.set_of_books_id);
2219: End if;
2220:
2221: pa_funds_control_pkg.derive_rlmi

Line 2218: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_pkg.derive_rlmi for c_sob.set_of_books_id '||c_sob.set_of_books_id);

2214: -- This will loop only once as a packet_id will have only one distinct SOB
2215: FOR c_sob IN c_pkt_SOB LOOP
2216:
2217: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2218: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_pkg.derive_rlmi for c_sob.set_of_books_id '||c_sob.set_of_books_id);
2219: End if;
2220:
2221: pa_funds_control_pkg.derive_rlmi
2222: ( p_packet_id => p_packet_id,

Line 2221: pa_funds_control_pkg.derive_rlmi

2217: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2218: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_pkg.derive_rlmi for c_sob.set_of_books_id '||c_sob.set_of_books_id);
2219: End if;
2220:
2221: pa_funds_control_pkg.derive_rlmi
2222: ( p_packet_id => p_packet_id,
2223: p_mode => 'R',
2224: p_sob => c_sob.set_of_books_id,
2225: p_calling_module => 'GL');

Line 2232: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2228:
2229:
2230: FOR c_pkt in c_pkt_details LOOP
2231:
2232: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2233: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2234: End if;
2235:
2236: OPEN c_get_gl_start_date(c_pkt.period_name,c_pkt.set_of_books_id);

Line 2233: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');

2229:
2230: FOR c_pkt in c_pkt_details LOOP
2231:
2232: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2233: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2234: End if;
2235:
2236: OPEN c_get_gl_start_date(c_pkt.period_name,c_pkt.set_of_books_id);
2237: FETCH c_get_gl_start_date INTO l_gl_start_date;

Line 2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2251: x_budget_line_id => l_budget_line_id,
2252: x_return_status => l_return_status,
2253: x_error_message_code => l_error_message_code);
2254:
2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);

Line 2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');

2252: x_return_status => l_return_status,
2253: x_error_message_code => l_error_message_code);
2254:
2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);

Line 2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);

2253: x_error_message_code => l_error_message_code);
2254:
2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);

Line 2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);

2254:
2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);

Line 2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);

2255: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);

Line 2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);

2256: pa_funds_control_pkg.log_message(p_msg_token1 => 'After PA_FUNDS_CONTROL_UTILS.Get_Budget_CCID ');
2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);

Line 2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);

2257: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.project_id = '||c_pkt.project_id);
2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);

Line 2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);

2258: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.task_id = '||c_pkt.task_id);
2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);

Line 2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);

2259: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.resource_list_member_id = '||c_pkt.resource_list_member_id);
2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);
2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);

Line 2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);

2260: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.gl_date = '||c_pkt.gl_date);
2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);
2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);
2268: End if;

Line 2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);

2261: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.budget_version_id = '||c_pkt.budget_version_id);
2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);
2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);
2268: End if;
2269:

Line 2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);

2262: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.top_task_id = '||c_pkt.top_task_id);
2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);
2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);
2268: End if;
2269:
2270: -- Fail pa bc packets if there is any error while deriving the budget ccid value

Line 2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);

2263: pa_funds_control_pkg.log_message(p_msg_token1 => 'c_pkt.entry_level_code = '||c_pkt.entry_level_code);
2264: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_ccid = '||l_budget_ccid);
2265: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_budget_line_id = '||l_budget_line_id);
2266: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_return_status = '||l_return_status);
2267: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_error_message_code = '||l_error_message_code);
2268: End if;
2269:
2270: -- Fail pa bc packets if there is any error while deriving the budget ccid value
2271: IF l_return_status = 'E' OR NVL(l_budget_ccid,-999) = -999 OR NVL(l_budget_line_id,-999) = -999 THEN

Line 2293: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2289: AND resource_list_member_id = c_pkt.resource_list_member_id
2290: AND NVL(period_name,'X') = NVL(c_pkt.period_name,'X')
2291: AND gl_date = c_pkt.gl_date ;
2292:
2293: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2294: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated to F132='||SQL%ROWCOUNT);
2295: End if;
2296:
2297: ELSE

Line 2294: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated to F132='||SQL%ROWCOUNT);

2290: AND NVL(period_name,'X') = NVL(c_pkt.period_name,'X')
2291: AND gl_date = c_pkt.gl_date ;
2292:
2293: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2294: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated to F132='||SQL%ROWCOUNT);
2295: End if;
2296:
2297: ELSE
2298:

Line 2311: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2307: AND resource_list_member_id = c_pkt.resource_list_member_id
2308: AND NVL(period_name,'X') = NVL(c_pkt.period_name,'X')
2309: AND gl_date = c_pkt.gl_date ;
2310:
2311: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2312: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated with budget ccid info='||SQL%ROWCOUNT);
2313: End if;
2314:
2315: END IF;

Line 2312: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated with budget ccid info='||SQL%ROWCOUNT);

2308: AND NVL(period_name,'X') = NVL(c_pkt.period_name,'X')
2309: AND gl_date = c_pkt.gl_date ;
2310:
2311: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2312: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - # of records updated with budget ccid info='||SQL%ROWCOUNT);
2313: End if;
2314:
2315: END IF;
2316:

Line 2321: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2317: END LOOP;
2318:
2319: COMMIT;
2320:
2321: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2322: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - End');
2323: End if;
2324:
2325: EXCEPTION

Line 2322: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - End');

2318:
2319: COMMIT;
2320:
2321: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2322: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - End');
2323: End if;
2324:
2325: EXCEPTION
2326: WHEN OTHERS THEN

Line 2328: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2324:
2325: EXCEPTION
2326: WHEN OTHERS THEN
2327:
2328: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2329: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - EXception'||SQLERRM);
2330: End if;
2331:
2332: RAISE;

Line 2329: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - EXception'||SQLERRM);

2325: EXCEPTION
2326: WHEN OTHERS THEN
2327:
2328: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2329: pa_funds_control_pkg.log_message(p_msg_token1 => 'DERIVE_PKT_RLMI_BUDGET_CCID - EXception'||SQLERRM);
2330: End if;
2331:
2332: RAISE;
2333:

Line 2344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2340: -------------------------------------------------------------------------------------
2341: PROCEDURE DERIVE_DR_CR IS
2342: BEGIN
2343:
2344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2345: pa_funds_control_pkg.log_message(p_msg_token1 => 'Start of DERIVE_DR_CR ');
2346: End if;
2347:
2348: FOR l_index IN 1..g_tab_set_of_books_id.Last LOOP

Line 2345: pa_funds_control_pkg.log_message(p_msg_token1 => 'Start of DERIVE_DR_CR ');

2341: PROCEDURE DERIVE_DR_CR IS
2342: BEGIN
2343:
2344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2345: pa_funds_control_pkg.log_message(p_msg_token1 => 'Start of DERIVE_DR_CR ');
2346: End if;
2347:
2348: FOR l_index IN 1..g_tab_set_of_books_id.Last LOOP
2349:

Line 2355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2351: g_tab_entered_cr(l_index) := 0 ;
2352: g_tab_accounted_dr(l_index) := 0 ;
2353: g_tab_accounted_cr(l_index) := 0 ;
2354:
2355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2356: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_main_or_backing_code '||g_tab_main_or_backing_code(l_index));
2357: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_event_type_code '||g_tab_event_type_code(l_index));
2358: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_distribution_type '||g_tab_distribution_type(l_index));
2359: End if;

Line 2356: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_main_or_backing_code '||g_tab_main_or_backing_code(l_index));

2352: g_tab_accounted_dr(l_index) := 0 ;
2353: g_tab_accounted_cr(l_index) := 0 ;
2354:
2355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2356: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_main_or_backing_code '||g_tab_main_or_backing_code(l_index));
2357: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_event_type_code '||g_tab_event_type_code(l_index));
2358: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_distribution_type '||g_tab_distribution_type(l_index));
2359: End if;
2360:

Line 2357: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_event_type_code '||g_tab_event_type_code(l_index));

2353: g_tab_accounted_cr(l_index) := 0 ;
2354:
2355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2356: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_main_or_backing_code '||g_tab_main_or_backing_code(l_index));
2357: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_event_type_code '||g_tab_event_type_code(l_index));
2358: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_distribution_type '||g_tab_distribution_type(l_index));
2359: End if;
2360:
2361: -- Below function returns 1 if the amount should be populated in debit columns

Line 2358: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_distribution_type '||g_tab_distribution_type(l_index));

2354:
2355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2356: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_main_or_backing_code '||g_tab_main_or_backing_code(l_index));
2357: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_event_type_code '||g_tab_event_type_code(l_index));
2358: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_distribution_type '||g_tab_distribution_type(l_index));
2359: End if;
2360:
2361: -- Below function returns 1 if the amount should be populated in debit columns
2362: -- and -1 if amounts should be populated in credit columns

Line 2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2373: g_tab_entered_cr(l_index) := g_tab_entered_amount(l_index);
2374: g_tab_accounted_cr(l_index) := g_tab_accted_amount (l_index);
2375: END IF;
2376:
2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));
2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));
2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));
2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));

Line 2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));

2374: g_tab_accounted_cr(l_index) := g_tab_accted_amount (l_index);
2375: END IF;
2376:
2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));
2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));
2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));
2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));
2382: End if;

Line 2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));

2375: END IF;
2376:
2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));
2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));
2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));
2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));
2382: End if;
2383:

Line 2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));

2376:
2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));
2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));
2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));
2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));
2382: End if;
2383:
2384: END LOOP;

Line 2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));

2377: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2378: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_dr '||g_tab_entered_dr(l_index));
2379: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_entered_cr '||g_tab_entered_cr(l_index));
2380: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_dr '||g_tab_accounted_dr(l_index));
2381: pa_funds_control_pkg.log_message(p_msg_token1 => 'value of g_tab_accounted_cr '||g_tab_accounted_cr(l_index));
2382: End if;
2383:
2384: END LOOP;
2385:

Line 2386: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2382: End if;
2383:
2384: END LOOP;
2385:
2386: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2387: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of DERIVE_DR_CR ');
2388: End if;
2389:
2390: END DERIVE_DR_CR;

Line 2387: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of DERIVE_DR_CR ');

2383:
2384: END LOOP;
2385:
2386: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2387: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of DERIVE_DR_CR ');
2388: End if;
2389:
2390: END DERIVE_DR_CR;
2391:

Line 2414: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2410: l_counter NUMBER := 0;
2411:
2412: BEGIN
2413:
2414: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2415: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : Start ');
2416: END IF;
2417:
2418: x_return_code := 'S' ;

Line 2415: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : Start ');

2411:
2412: BEGIN
2413:
2414: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2415: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : Start ');
2416: END IF;
2417:
2418: x_return_code := 'S' ;
2419:

Line 2424: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2420: OPEN c_pkt_status;
2421: FETCH c_pkt_status INTO l_counter;
2422: CLOSE c_pkt_status;
2423:
2424: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2425: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : l_counter '||l_counter);
2426: END IF;
2427:
2428: IF l_counter > 0 THEN

Line 2425: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : l_counter '||l_counter);

2421: FETCH c_pkt_status INTO l_counter;
2422: CLOSE c_pkt_status;
2423:
2424: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2425: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : l_counter '||l_counter);
2426: END IF;
2427:
2428: IF l_counter > 0 THEN
2429:

Line 2445: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2441: WHERE a.status_code = 'I'
2442: AND a.status_code <> 'F'
2443: AND a.packet_id = p_packet_id;
2444:
2445: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2446: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : number of records failed in full mode '||SQL%ROWCOUNT);
2447: END IF;
2448:
2449: END IF;

Line 2446: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : number of records failed in full mode '||SQL%ROWCOUNT);

2442: AND a.status_code <> 'F'
2443: AND a.packet_id = p_packet_id;
2444:
2445: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2446: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : number of records failed in full mode '||SQL%ROWCOUNT);
2447: END IF;
2448:
2449: END IF;
2450:

Line 2451: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2447: END IF;
2448:
2449: END IF;
2450:
2451: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2452: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : End');
2453: END IF;
2454:
2455: COMMIT;

Line 2452: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : End');

2448:
2449: END IF;
2450:
2451: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2452: pa_funds_control_pkg.log_message(p_msg_token1 => 'FULL_MODE_FAILURE : End');
2453: END IF;
2454:
2455: COMMIT;
2456:

Line 2471: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2467: PRAGMA AUTONOMOUS_TRANSACTION;
2468:
2469: BEGIN
2470:
2471: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2472: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : Start ');
2473: END IF;
2474:
2475: UPDATE pa_bc_packets a

Line 2472: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : Start ');

2468:
2469: BEGIN
2470:
2471: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2472: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : Start ');
2473: END IF;
2474:
2475: UPDATE pa_bc_packets a
2476: SET a.status_code = DECODE(p_bc_mode,'C','F','R'),

Line 2491: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2487: AND a.bc_event_id is null;
2488:
2489: COMMIT;
2490:
2491: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2492: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : End');
2493: END IF;
2494:
2495: END;

Line 2492: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : End');

2488:
2489: COMMIT;
2490:
2491: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2492: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_NULL_EVENT_PKTS : End');
2493: END IF;
2494:
2495: END;
2496:

Line 2509: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2505: PRAGMA AUTONOMOUS_TRANSACTION;
2506:
2507: BEGIN
2508:
2509: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2510: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : Start ');
2511: END IF;
2512:
2513: UPDATE pa_bc_packets

Line 2510: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : Start ');

2506:
2507: BEGIN
2508:
2509: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2510: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : Start ');
2511: END IF;
2512:
2513: UPDATE pa_bc_packets
2514: SET status_code = 'T',

Line 2527: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

2523: AND status_code = 'I';
2524:
2525: COMMIT;
2526:
2527: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2528: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : End');
2529: END IF;
2530:
2531: END;

Line 2528: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : End');

2524:
2525: COMMIT;
2526:
2527: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
2528: pa_funds_control_pkg.log_message(p_msg_token1 => 'FAIL_DANGLING_PKTS : End');
2529: END IF;
2530:
2531: END;
2532:

Line 2543: -- 4. Fires pa_funds_control_pkg.derive_rlmi to derive resource_list_member_id on bc packets

2539: -- created by BCPSA FC engine.
2540: -- 2. Inserts raw records into pa_bc_packets by fetching PO/REQ data from po_bc_distributions
2541: -- and AP data from ap_invoice_distributions_all table for all events in psa_bc_xla_events_gt.
2542: -- 3. Fires populate_burden_cost procedure to Insert burden records for above raw components
2543: -- 4. Fires pa_funds_control_pkg.derive_rlmi to derive resource_list_member_id on bc packets
2544: -- 5. Fires pa_funds_control_utils.get_budegt_ccid to derive budget_ccid and budget_line_id
2545: -- 6. Finally calls pa_xla_interface_pkg.create_events to create events for project
2546: -- encumbrance data and populate BC GT table.
2547: -------------------------------------------------------------------------------------

Line 2602: pa_funds_control_pkg.check_bdn_on_sep_item

2598: pobc.header_id reference2,
2599: pobc.distribution_id reference3,
2600: NULL bc_event_id,
2601: NULL vendor_id,
2602: pa_funds_control_pkg.check_bdn_on_sep_item
2603: (pobc.pa_project_id) burden_method_code,
2604: pobc.main_or_backing_code main_or_backing_code,
2605: pobc.ae_event_id source_event_id,
2606: pobc.CODE_COMBINATION_ID txn_ccid,

Line 2845: pa_funds_control_pkg.check_bdn_on_sep_item

2841: ,NULL,apext.aid_invoice_dist_id
2842: ,apext.po_distribution_id)
2843: , NULL) reference3,
2844: NULL bc_event_id,
2845: pa_funds_control_pkg.check_bdn_on_sep_item
2846: (apext.aid_project_id) burden_method_code,
2847: NULL main_or_backing_code,
2848: apext.event_id source_event_id,
2849: apext.aid_dist_ccid txn_ccid,

Line 2935: pa_funds_control_pkg.check_bdn_on_sep_item

2931: 'AP' reference1,
2932: APPH.PREPAY_INVOICE_ID reference2,
2933: AID.PREPAY_DISTRIBUTION_ID reference3,
2934: NULL bc_event_id,
2935: pa_funds_control_pkg.check_bdn_on_sep_item
2936: (AID.project_id) burden_method_code,
2937: NULL main_or_backing_code,
2938: APPH.bc_event_id source_event_id,
2939: AID.Dist_code_combination_id txn_ccid,

Line 3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');

3038:
3039: BEGIN
3040:
3041: --- Initialize the error statck
3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3043:
3044: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3046:

Line 3044: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);

3040:
3041: --- Initialize the error statck
3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3043:
3044: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3046:
3047: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3048: ,x_write_file => 'LOG'

Line 3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');

3041: --- Initialize the error statck
3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3043:
3044: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3046:
3047: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3048: ,x_write_file => 'LOG'
3049: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);

Line 3049: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);

3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3046:
3047: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3048: ,x_write_file => 'LOG'
3049: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
3050:
3051:
3052: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
3053: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then

Line 3053: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then

3049: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
3050:
3051:
3052: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
3053: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
3054: x_return_code := 'S';
3055:
3056: If pa_funds_control_pkg.g_debug_mode = 'Y' then
3057: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='

Line 3056: If pa_funds_control_pkg.g_debug_mode = 'Y' then

3052: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
3053: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
3054: x_return_code := 'S';
3055:
3056: If pa_funds_control_pkg.g_debug_mode = 'Y' then
3057: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='
3058: ||x_return_code);
3059: end if;
3060: PA_DEBUG.Reset_err_stack;

Line 3057: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='

3053: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
3054: x_return_code := 'S';
3055:
3056: If pa_funds_control_pkg.g_debug_mode = 'Y' then
3057: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='
3058: ||x_return_code);
3059: end if;
3060: PA_DEBUG.Reset_err_stack;
3061: Return;

Line 3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3076: IF pa_budget_fund_pkg.g_processing_mode IN ('YEAR_END','CHECK_FUNDS','BASELINE') THEN
3077: RETURN;
3078: END IF;
3079:
3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');
3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);
3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);
3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');

Line 3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');

3077: RETURN;
3078: END IF;
3079:
3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');
3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);
3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);
3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');
3085: End if;

Line 3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);

3078: END IF;
3079:
3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');
3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);
3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);
3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');
3085: End if;
3086:

Line 3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);

3079:
3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');
3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);
3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);
3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');
3085: End if;
3086:
3087: -- Initialize the pl/sql table which stores pa_bc_packets records

Line 3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');

3080: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3081: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : In start ');
3082: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_application_id = '||p_application_id);
3083: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : p_partial_flag = '||p_partial_flag);
3084: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_plsql_tabs to initialize the pl/sql tabs ');
3085: End if;
3086:
3087: -- Initialize the pl/sql table which stores pa_bc_packets records
3088: init_plsql_tabs;

Line 3090: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3086:
3087: -- Initialize the pl/sql table which stores pa_bc_packets records
3088: init_plsql_tabs;
3089:
3090: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3091: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_util_variables');
3092: End if;
3093:
3094: --Initialize the funds control util package global variables

Line 3091: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_util_variables');

3087: -- Initialize the pl/sql table which stores pa_bc_packets records
3088: init_plsql_tabs;
3089:
3090: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3091: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling init_util_variables');
3092: End if;
3093:
3094: --Initialize the funds control util package global variables
3095: PA_FUNDS_CONTROL_UTILS.init_util_variables;

Line 3106: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3102:
3103: -------->6599207 ------As part of CC Enhancements
3104: -- The following call is to create bcpackets for GL budget.
3105:
3106: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3107: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling populate_plsql_tabs_CBC');
3108: End if;
3109:
3110: IF p_application_id = 8407 THEN --Calling application is Contract Commitments

Line 3107: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling populate_plsql_tabs_CBC');

3103: -------->6599207 ------As part of CC Enhancements
3104: -- The following call is to create bcpackets for GL budget.
3105:
3106: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3107: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling populate_plsql_tabs_CBC');
3108: End if;
3109:
3110: IF p_application_id = 8407 THEN --Calling application is Contract Commitments
3111: populate_plsql_tabs_CBC(NULL,'GL','','',p_bc_mode);

Line 3114: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3110: IF p_application_id = 8407 THEN --Calling application is Contract Commitments
3111: populate_plsql_tabs_CBC(NULL,'GL','','',p_bc_mode);
3112: END IF;
3113:
3114: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3115: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling populate_plsql_tabs_CBC');
3116: End if;
3117: -------->6599207 ------END
3118:

Line 3115: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling populate_plsql_tabs_CBC');

3111: populate_plsql_tabs_CBC(NULL,'GL','','',p_bc_mode);
3112: END IF;
3113:
3114: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3115: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Calling populate_plsql_tabs_CBC');
3116: End if;
3117: -------->6599207 ------END
3118:
3119: IF p_application_id = 200 THEN --Calling application is Payables

Line 3121: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3117: -------->6599207 ------END
3118:
3119: IF p_application_id = 200 THEN --Calling application is Payables
3120:
3121: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3122: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching eligible distributions from ap_invoice_distributions_all');
3123: End if;
3124:
3125: OPEN c_proj_ap_dist;

Line 3122: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching eligible distributions from ap_invoice_distributions_all');

3118:
3119: IF p_application_id = 200 THEN --Calling application is Payables
3120:
3121: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3122: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching eligible distributions from ap_invoice_distributions_all');
3123: End if;
3124:
3125: OPEN c_proj_ap_dist;
3126: FETCH c_proj_ap_dist BULK COLLECT INTO g_ap_inv_dist_id,g_ap_line_type_lkup;

Line 3129: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3125: OPEN c_proj_ap_dist;
3126: FETCH c_proj_ap_dist BULK COLLECT INTO g_ap_inv_dist_id,g_ap_line_type_lkup;
3127: CLOSE c_proj_ap_dist;
3128:
3129: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3130: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distribuions fetched ='||g_ap_inv_dist_id.count);
3131: End if;
3132:
3133: IF g_ap_inv_dist_id.count <> 0 THEN

Line 3130: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distribuions fetched ='||g_ap_inv_dist_id.count);

3126: FETCH c_proj_ap_dist BULK COLLECT INTO g_ap_inv_dist_id,g_ap_line_type_lkup;
3127: CLOSE c_proj_ap_dist;
3128:
3129: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3130: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distribuions fetched ='||g_ap_inv_dist_id.count);
3131: End if;
3132:
3133: IF g_ap_inv_dist_id.count <> 0 THEN
3134:

Line 3154: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3150: END IF;
3151:
3152: END LOOP;
3153:
3154: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3155: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists PREPAY distribution ? '||l_prepay_exists);
3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);
3157: End if;
3158:

Line 3155: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists PREPAY distribution ? '||l_prepay_exists);

3151:
3152: END LOOP;
3153:
3154: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3155: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists PREPAY distribution ? '||l_prepay_exists);
3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);
3157: End if;
3158:
3159: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

Line 3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);

3152: END LOOP;
3153:
3154: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3155: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists PREPAY distribution ? '||l_prepay_exists);
3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);
3157: End if;
3158:
3159: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3160: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching required data from AP extract into plsql tables');

Line 3159: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3155: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists PREPAY distribution ? '||l_prepay_exists);
3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);
3157: End if;
3158:
3159: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3160: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching required data from AP extract into plsql tables');
3161: End if;
3162:
3163: OPEN cur_ap_bc_dist(l_stdinvoice_exists,l_prepay_exists);

Line 3160: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching required data from AP extract into plsql tables');

3156: pa_funds_control_pkg.log_message(p_msg_token1 => 'For current run there exists Std Invoice distribution ? '||l_stdinvoice_exists);
3157: End if;
3158:
3159: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3160: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching required data from AP extract into plsql tables');
3161: End if;
3162:
3163: OPEN cur_ap_bc_dist(l_stdinvoice_exists,l_prepay_exists);
3164: FETCH cur_ap_bc_dist BULK COLLECT INTO

Line 3221: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3217: into g_tab_bc_packet_id(i)
3218: from dual;
3219: END LOOP;
3220:
3221: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3222: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of records fetched from AP extract into plsql tables'||g_tab_doc_header_id.count);
3223: End if;
3224:
3225: -- AP extract returns one record for an AP distribution with PO/quantity variance and amount

Line 3222: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of records fetched from AP extract into plsql tables'||g_tab_doc_header_id.count);

3218: from dual;
3219: END LOOP;
3220:
3221: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3222: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of records fetched from AP extract into plsql tables'||g_tab_doc_header_id.count);
3223: End if;
3224:
3225: -- AP extract returns one record for an AP distribution with PO/quantity variance and amount
3226: -- variance columns populated. Hence AP line with this information populated should be split into

Line 3229: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN

3225: -- AP extract returns one record for an AP distribution with PO/quantity variance and amount
3226: -- variance columns populated. Hence AP line with this information populated should be split into
3227: -- multiple bc packet records.
3228:
3229: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3230:
3231: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3232:
3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');

Line 3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');

3229: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3230:
3231: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3232:
3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');
3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

Line 3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));

3230:
3231: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3232:
3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');
3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

Line 3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));

3231: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3232:
3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');
3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

Line 3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));

3232:
3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');
3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

Line 3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

3233: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' fetched from AP extract***');
3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

Line 3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

3234: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

Line 3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

3235: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

Line 3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

3236: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

Line 3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

3237: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

Line 3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

3238: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

Line 3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

3239: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));

Line 3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

3240: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

Line 3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

3241: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

Line 3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

3242: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

Line 3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));

3243: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

Line 3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

3244: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

Line 3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

3245: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

Line 3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

3246: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

Line 3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

3247: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

Line 3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

3248: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

Line 3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

3249: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

Line 3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

3250: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

Line 3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

3251: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

Line 3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

3252: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

Line 3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

3253: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

Line 3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

3254: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

Line 3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

3255: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

Line 3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

3256: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

Line 3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

3257: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

Line 3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

3258: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));

Line 3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

3259: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));

Line 3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

3260: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));

Line 3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

3261: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));

Line 3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));

3262: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));

Line 3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));

3263: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

Line 3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));

3264: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

Line 3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));

3265: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

Line 3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));

3266: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

Line 3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

3267: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

Line 3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

3268: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

Line 3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

3269: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));

Line 3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

3270: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');

Line 3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

3271: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');
3279:

Line 3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

3272: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');
3279:
3280: END LOOP;

Line 3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));

3273: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');
3279:
3280: END LOOP;
3281:

Line 3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');

3274: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3275: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3276: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3277: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3278: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' fetched from AP extract***');
3279:
3280: END LOOP;
3281:
3282: End if;

Line 3288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3284: IF g_tab_doc_header_id.count <> 0 THEN
3285:
3286: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3287:
3288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3289: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before fetching c_ap_details');
3290: End if;
3291:
3292: OPEN c_ap_details (g_tab_inv_distribution_id(l_index));

Line 3289: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before fetching c_ap_details');

3285:
3286: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3287:
3288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3289: pa_funds_control_pkg.log_message(p_msg_token1 => 'Before fetching c_ap_details');
3290: End if;
3291:
3292: OPEN c_ap_details (g_tab_inv_distribution_id(l_index));
3293: FETCH c_ap_details INTO g_tab_set_of_books_id(l_index),

Line 3299: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3295: g_tab_org_id(l_index),
3296: g_tab_vendor_id(l_index);
3297: CLOSE c_ap_details;
3298:
3299: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3300: pa_funds_control_pkg.log_message(p_msg_token1 => 'After fetching c_ap_details');
3301: pa_funds_control_pkg.log_message(p_msg_token1 => 'Deriving DR and CR column ');
3302: End if;
3303:

Line 3300: pa_funds_control_pkg.log_message(p_msg_token1 => 'After fetching c_ap_details');

3296: g_tab_vendor_id(l_index);
3297: CLOSE c_ap_details;
3298:
3299: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3300: pa_funds_control_pkg.log_message(p_msg_token1 => 'After fetching c_ap_details');
3301: pa_funds_control_pkg.log_message(p_msg_token1 => 'Deriving DR and CR column ');
3302: End if;
3303:
3304: IF NVL(g_tab_entered_amount(l_index),0) <0 THEN

Line 3301: pa_funds_control_pkg.log_message(p_msg_token1 => 'Deriving DR and CR column ');

3297: CLOSE c_ap_details;
3298:
3299: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3300: pa_funds_control_pkg.log_message(p_msg_token1 => 'After fetching c_ap_details');
3301: pa_funds_control_pkg.log_message(p_msg_token1 => 'Deriving DR and CR column ');
3302: End if;
3303:
3304: IF NVL(g_tab_entered_amount(l_index),0) <0 THEN
3305: g_tab_entered_dr(l_index) := 0;

Line 3320: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3316: g_tab_accounted_cr(l_index) := 0;
3317: g_tab_accounted_dr(l_index) := NVL(g_tab_accted_amount(l_index),0);
3318: END IF;
3319:
3320: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3321: pa_funds_control_pkg.log_message(p_msg_token1 => 'After deriving DR and CR column ');
3322: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER');
3323: End if;
3324:

Line 3321: pa_funds_control_pkg.log_message(p_msg_token1 => 'After deriving DR and CR column ');

3317: g_tab_accounted_dr(l_index) := NVL(g_tab_accted_amount(l_index),0);
3318: END IF;
3319:
3320: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3321: pa_funds_control_pkg.log_message(p_msg_token1 => 'After deriving DR and CR column ');
3322: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER');
3323: End if;
3324:
3325: -- Code to populate budget_version_id

Line 3322: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER');

3318: END IF;
3319:
3320: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3321: pa_funds_control_pkg.log_message(p_msg_token1 => 'After deriving DR and CR column ');
3322: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER');
3323: End if;
3324:
3325: -- Code to populate budget_version_id
3326: g_tab_budget_version_id(l_index)

Line 3331: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3327: := pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
3328: (g_tab_project_id(l_index),'GL','BASELINE');
3329: If (g_tab_budget_version_id(l_index) is NULL ) Then
3330:
3331: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3332: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');
3333: End if;
3334: g_tab_result_code(l_index) := 'F166';
3335: g_tab_status_code(l_index) := 'R';

Line 3332: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');

3328: (g_tab_project_id(l_index),'GL','BASELINE');
3329: If (g_tab_budget_version_id(l_index) is NULL ) Then
3330:
3331: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3332: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');
3333: End if;
3334: g_tab_result_code(l_index) := 'F166';
3335: g_tab_status_code(l_index) := 'R';
3336: g_tab_fck_reqd_flag(l_index) := 'Y';

Line 3345: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3341:
3342: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then
3343: --End of code to populate budget_version_id
3344:
3345: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3346: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of derived Budget Version Id ='||g_tab_budget_version_id(l_index));
3347: End if;
3348:
3349: -- Code to check if there exists associated PO/Release and if exists create records

Line 3346: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of derived Budget Version Id ='||g_tab_budget_version_id(l_index));

3342: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then
3343: --End of code to populate budget_version_id
3344:
3345: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3346: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of derived Budget Version Id ='||g_tab_budget_version_id(l_index));
3347: End if;
3348:
3349: -- Code to check if there exists associated PO/Release and if exists create records
3350: -- to relieve amount variance/quantitiy variance AND PO .

Line 3354: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3350: -- to relieve amount variance/quantitiy variance AND PO .
3351:
3352: IF g_tab_ap_po_distribution_id(l_index) IS NOT NULL THEN
3353:
3354: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3355: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling CREATE_BACKING_PO_APVAR_REC ');
3356: End if;
3357:
3358: -- Creating PO relieving record by copying AP line record and overwriting required column values

Line 3355: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling CREATE_BACKING_PO_APVAR_REC ');

3351:
3352: IF g_tab_ap_po_distribution_id(l_index) IS NOT NULL THEN
3353:
3354: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3355: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling CREATE_BACKING_PO_APVAR_REC ');
3356: End if;
3357:
3358: -- Creating PO relieving record by copying AP line record and overwriting required column values
3359:

Line 3370: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN

3366: END LOOP;
3367:
3368: END IF;
3369:
3370: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3371:
3372: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3373:
3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');

Line 3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');

3370: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3371:
3372: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3373:
3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');
3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

Line 3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));

3371:
3372: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3373:
3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');
3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

Line 3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));

3372: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3373:
3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');
3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

Line 3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));

3373:
3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');
3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

Line 3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

3374: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing AP fetching logic ***');
3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

Line 3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

3375: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

Line 3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

3376: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

Line 3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

3377: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

Line 3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

3378: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

Line 3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

3379: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

Line 3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

3380: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));

Line 3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

3381: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

Line 3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

3382: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

Line 3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

3383: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

Line 3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));

3384: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

Line 3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

3385: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

Line 3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

3386: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));

Line 3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

3387: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));

Line 3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

3388: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_inv_distribution_id = '||g_tab_inv_distribution_id(l_index));
3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));

Line 3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

3389: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));

Line 3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));

3390: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

Line 3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));

3391: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

Line 3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));

3392: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

Line 3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));

3393: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

Line 3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

3394: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

Line 3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

3395: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

Line 3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

3396: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

Line 3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

3397: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

Line 3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

3398: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

Line 3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

3399: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

Line 3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

3400: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

Line 3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

3401: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

Line 3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

3402: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

Line 3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

3403: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));

Line 3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

3404: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));

Line 3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

3405: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));

Line 3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

3406: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));

Line 3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));

3407: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));

Line 3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));

3408: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

Line 3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));

3409: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

Line 3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));

3410: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

Line 3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));

3411: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_quantity_variance = '||g_tab_ap_quantity_variance(l_index));
3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

Line 3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

3412: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_amount_variance = '||g_tab_ap_amount_variance(l_index));
3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

Line 3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

3413: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_qty_variance = '||g_tab_ap_base_qty_variance(l_index));
3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

Line 3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

3414: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_base_amount_variance = '||g_tab_ap_base_amount_variance(l_index));
3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

Line 3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

3415: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_ap_po_distribution_id = '||g_tab_ap_po_distribution_id(l_index));
3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

Line 3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

3416: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

Line 3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

3417: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

Line 3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

3418: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));

Line 3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

3419: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');

Line 3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

3420: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');
3428:

Line 3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

3421: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');
3428:
3429: END LOOP;

Line 3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));

3422: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');
3428:
3429: END LOOP;
3430:

Line 3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');

3423: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3424: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3425: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3426: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_parent_reversal_id = '||g_tab_parent_reversal_id(l_index));
3427: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing AP fetching logic***');
3428:
3429: END LOOP;
3430:
3431: End if;

Line 3439: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3435: END IF; -- IF p_application_id = 200 THEN
3436:
3437: IF p_application_id = 201 THEN -- Calling application is Purchasing
3438:
3439: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3440: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching PO/REQ data ');
3441: End if;
3442:
3443: OPEN cur_po_bc_dist ;

Line 3440: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching PO/REQ data ');

3436:
3437: IF p_application_id = 201 THEN -- Calling application is Purchasing
3438:
3439: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3440: pa_funds_control_pkg.log_message(p_msg_token1 => 'Fetching PO/REQ data ');
3441: End if;
3442:
3443: OPEN cur_po_bc_dist ;
3444: FETCH cur_po_bc_dist BULK COLLECT INTO

Line 3498: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3494: g_tab_bc_packet_id; -- Bug 5406690
3495:
3496: CLOSE cur_po_bc_dist ;
3497:
3498: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3499: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distributions fetched for FC ='||g_tab_set_of_books_id.count);
3500: End if;
3501:
3502: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN

Line 3499: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distributions fetched for FC ='||g_tab_set_of_books_id.count);

3495:
3496: CLOSE cur_po_bc_dist ;
3497:
3498: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3499: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distributions fetched for FC ='||g_tab_set_of_books_id.count);
3500: End if;
3501:
3502: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3503:

Line 3502: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN

3498: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3499: pa_funds_control_pkg.log_message(p_msg_token1 => 'Number of AP distributions fetched for FC ='||g_tab_set_of_books_id.count);
3500: End if;
3501:
3502: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3503:
3504: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3505:
3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');

Line 3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');

3502: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3503:
3504: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3505:
3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');
3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

Line 3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));

3503:
3504: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3505:
3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');
3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

Line 3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));

3504: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3505:
3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');
3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

Line 3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));

3505:
3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');
3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

Line 3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

3506: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after fetching data from po_bc_distributions ***');
3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

Line 3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

3507: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

Line 3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

3508: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

Line 3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

3509: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

Line 3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

3510: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

Line 3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

3511: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

Line 3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

3512: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

Line 3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

3513: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

Line 3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

3514: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

Line 3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

3515: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

Line 3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

3516: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

Line 3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

3517: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

Line 3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

3518: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

Line 3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

3519: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

Line 3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

3520: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

Line 3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

3521: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

Line 3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

3522: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

Line 3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

3523: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

Line 3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

3524: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

Line 3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

3525: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

Line 3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

3526: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

Line 3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

3527: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

Line 3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

3528: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

Line 3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

3529: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

Line 3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

3530: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

Line 3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

3531: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

Line 3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

3532: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

Line 3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

3533: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

Line 3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

3534: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

Line 3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

3535: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

Line 3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

3536: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

Line 3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

3537: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

Line 3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

3538: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

Line 3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

3539: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));

Line 3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

3540: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));

Line 3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

3541: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

Line 3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

3542: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');

Line 3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));

3543: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');
3551: END LOOP;

Line 3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));

3544: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');
3551: END LOOP;
3552:

Line 3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

3545: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');
3551: END LOOP;
3552:
3553: End if;

Line 3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');

3546: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3547: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3548: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3549: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3550: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after fetching data from po_bc_distributions***');
3551: END LOOP;
3552:
3553: End if;
3554:

Line 3566: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3562: l_old_po_header_id := 0;
3563: l_po_vendor_id := 0;
3564: l_po_org_id := 0;
3565:
3566: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3567: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_DR_CR ');
3568: End if;
3569:
3570: DERIVE_DR_CR;

Line 3567: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_DR_CR ');

3563: l_po_vendor_id := 0;
3564: l_po_org_id := 0;
3565:
3566: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3567: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_DR_CR ');
3568: End if;
3569:
3570: DERIVE_DR_CR;
3571:

Line 3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3570: DERIVE_DR_CR;
3571:
3572: FOR l_index IN 1..g_tab_set_of_books_id.Last LOOP
3573:
3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));
3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));
3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));
3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));

Line 3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));

3571:
3572: FOR l_index IN 1..g_tab_set_of_books_id.Last LOOP
3573:
3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));
3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));
3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));
3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));
3579: End if;

Line 3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));

3572: FOR l_index IN 1..g_tab_set_of_books_id.Last LOOP
3573:
3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));
3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));
3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));
3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));
3579: End if;
3580:

Line 3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));

3573:
3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));
3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));
3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));
3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));
3579: End if;
3580:
3581: -- Code to populate budget_version_id

Line 3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));

3574: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3575: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - document type = '||g_tab_doc_type(l_index));
3576: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - distribution Id = '||g_tab_doc_distribution_id(l_index));
3577: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Dr = '||g_tab_entered_dr(l_index));
3578: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside LOOP - Entered Cr = '||g_tab_entered_cr(l_index));
3579: End if;
3580:
3581: -- Code to populate budget_version_id
3582: g_tab_budget_version_id(l_index)

Line 3586: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3582: g_tab_budget_version_id(l_index)
3583: := pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
3584: (g_tab_project_id(l_index),'GL','BASELINE');
3585: If (g_tab_budget_version_id(l_index) is NULL ) Then
3586: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3587: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');
3588: End if;
3589: g_tab_result_code(l_index) := 'F166';
3590: g_tab_status_code(l_index) := 'R';

Line 3587: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');

3583: := pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
3584: (g_tab_project_id(l_index),'GL','BASELINE');
3585: If (g_tab_budget_version_id(l_index) is NULL ) Then
3586: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3587: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget derivation failed marking to F166 ');
3588: End if;
3589: g_tab_result_code(l_index) := 'F166';
3590: g_tab_status_code(l_index) := 'R';
3591: g_tab_fck_reqd_flag(l_index) := 'Y';

Line 3600: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3596:
3597: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then
3598: --End of code to populate budget_version_id
3599:
3600: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3601: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget Version Id derived = '||g_tab_budget_version_id(l_index));
3602: End if;
3603:
3604: IF g_tab_doc_type(l_index) ='REQ' THEN

Line 3601: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget Version Id derived = '||g_tab_budget_version_id(l_index));

3597: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then
3598: --End of code to populate budget_version_id
3599:
3600: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3601: pa_funds_control_pkg.log_message(p_msg_token1 => 'Budget Version Id derived = '||g_tab_budget_version_id(l_index));
3602: End if;
3603:
3604: IF g_tab_doc_type(l_index) ='REQ' THEN
3605:

Line 3617: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3613: l_req_org_id;
3614: CLOSE cur_req_vend_org_details;
3615: l_old_req_line_id := g_tab_doc_line_id(l_index);
3616:
3617: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3618: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_req_vendor_id = '||l_req_vendor_id||' l_req_org_id = '||l_req_org_id);
3619: End if;
3620:
3621: END IF; --IF l_old_req_line_id <> g_tab_doc_line_id(l_index) THEN

Line 3618: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_req_vendor_id = '||l_req_vendor_id||' l_req_org_id = '||l_req_org_id);

3614: CLOSE cur_req_vend_org_details;
3615: l_old_req_line_id := g_tab_doc_line_id(l_index);
3616:
3617: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3618: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_req_vendor_id = '||l_req_vendor_id||' l_req_org_id = '||l_req_org_id);
3619: End if;
3620:
3621: END IF; --IF l_old_req_line_id <> g_tab_doc_line_id(l_index) THEN
3622:

Line 3628: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3624: g_tab_org_id(l_index) := l_req_org_id ;
3625:
3626: -- End of Code to populate vendor_id and org_id
3627:
3628: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3629: pa_funds_control_pkg.log_message(p_msg_token1 => 'main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3630: End if;
3631:
3632: -- Code to populate information for backing requisition

Line 3629: pa_funds_control_pkg.log_message(p_msg_token1 => 'main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

3625:
3626: -- End of Code to populate vendor_id and org_id
3627:
3628: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3629: pa_funds_control_pkg.log_message(p_msg_token1 => 'main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3630: End if;
3631:
3632: -- Code to populate information for backing requisition
3633: IF g_tab_main_or_backing_code(l_index) = 'B_REQ' THEN

Line 3662: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3658: l_po_org_id;
3659: CLOSE cur_po_vend_org_details;
3660: l_old_po_header_id := g_tab_doc_header_id(l_index);
3661:
3662: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3663: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_po_vendor_id = '||l_po_vendor_id||' l_po_org_id = '||l_po_org_id);
3664: End if;
3665:
3666: END IF; --IF l_old_po_header_id <> g_tab_doc_header_id(l_index) THEN

Line 3663: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_po_vendor_id = '||l_po_vendor_id||' l_po_org_id = '||l_po_org_id);

3659: CLOSE cur_po_vend_org_details;
3660: l_old_po_header_id := g_tab_doc_header_id(l_index);
3661:
3662: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3663: pa_funds_control_pkg.log_message(p_msg_token1 => 'Vendor detials : l_po_vendor_id = '||l_po_vendor_id||' l_po_org_id = '||l_po_org_id);
3664: End if;
3665:
3666: END IF; --IF l_old_po_header_id <> g_tab_doc_header_id(l_index) THEN
3667:

Line 3699: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN

3695: END LOOP;
3696:
3697: END IF; --IF g_tab_set_of_books_id.count <> 0 THEN
3698:
3699: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3700:
3701: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3702:
3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');

Line 3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');

3699: IF pa_funds_control_pkg.g_debug_mode = 'Y' AND g_tab_doc_header_id.count<>0 THEN
3700:
3701: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3702:
3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');
3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

Line 3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));

3700:
3701: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3702:
3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');
3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

Line 3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));

3701: FOR l_index IN 1..g_tab_doc_header_id.last LOOP
3702:
3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');
3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

Line 3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));

3702:
3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');
3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

Line 3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));

3703: pa_funds_control_pkg.log_message(p_msg_token1 => '***Start of record-'||l_index||' records after firing PO fetching logic ***');
3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

Line 3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));

3704: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_version_id = '||g_tab_budget_version_id(l_index));
3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

Line 3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));

3705: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_line_id = '||g_tab_budget_line_id(l_index));
3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

Line 3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));

3706: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_budget_ccid = '||g_tab_budget_ccid(l_index));
3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

Line 3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));

3707: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_project_id = '||g_tab_project_id(l_index));
3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

Line 3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));

3708: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_task_id = '||g_tab_task_id(l_index));
3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

Line 3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));

3709: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_type = '||g_tab_exp_type(l_index));
3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

Line 3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));

3710: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_org_id = '||g_tab_exp_org_id(l_index));
3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

Line 3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));

3711: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_source_name = '||g_tab_je_source_name(l_index));
3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

Line 3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));

3712: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_je_category_name = '||g_tab_je_category_name(l_index));
3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

Line 3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));

3713: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_type = '||g_tab_doc_type(l_index));
3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

Line 3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));

3714: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_header_id = '||g_tab_doc_header_id(l_index));
3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));

Line 3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));

3715: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_line_id = '||g_tab_doc_line_id(l_index));
3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));

Line 3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));

3716: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_doc_distribution_id = '||g_tab_doc_distribution_id(l_index));
3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));

Line 3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));

3717: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_actual_flag = '||g_tab_actual_flag(l_index));
3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));

Line 3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));

3718: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_result_code = '||g_tab_result_code(l_index));
3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

Line 3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));

3719: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_status_code = '||g_tab_status_code(l_index));
3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

Line 3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));

3720: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_amount = '||g_tab_entered_amount(l_index));
3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

Line 3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));

3721: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accted_amount = '||g_tab_accted_amount(l_index));
3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

Line 3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));

3722: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_dr = '||g_tab_entered_dr(l_index));
3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

Line 3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));

3723: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_entered_cr = '||g_tab_entered_cr(l_index));
3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

Line 3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));

3724: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_dr = '||g_tab_accounted_dr(l_index));
3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

Line 3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));

3725: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_accounted_cr = '||g_tab_accounted_cr(l_index));
3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

Line 3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));

3726: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_balance_posted_flag = '||g_tab_balance_posted_flag(l_index));
3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

Line 3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));

3727: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_funds_process_mode = '||g_tab_funds_process_mode(l_index));
3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

Line 3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));

3728: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_cost_flag = '||g_tab_burden_cost_flag(l_index));
3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

Line 3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));

3729: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference1 = '||g_tab_pkt_reference1(l_index));
3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

Line 3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));

3730: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference2 = '||g_tab_pkt_reference2(l_index));
3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

Line 3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));

3731: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_pkt_reference3 = '||g_tab_pkt_reference3(l_index));
3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

Line 3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));

3732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_event_id = '||g_tab_event_id(l_index));
3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

Line 3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));

3733: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_burden_method_code = '||g_tab_burden_method_code(l_index));
3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

Line 3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));

3734: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_main_or_backing_code = '||g_tab_main_or_backing_code(l_index));
3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

Line 3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));

3735: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_source_event_id = '||g_tab_source_event_id(l_index));
3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

Line 3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));

3736: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_trxn_ccid = '||g_tab_trxn_ccid(l_index));
3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

Line 3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));

3737: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_p_bc_packet_id = '||g_tab_p_bc_packet_id(l_index));
3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

Line 3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));

3738: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_fck_reqd_flag = '||g_tab_fck_reqd_flag(l_index));
3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

Line 3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));

3739: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_gl_date = '||g_tab_gl_date(l_index));
3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

Line 3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));

3740: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_distribution_type = '||g_tab_distribution_type(l_index));
3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));

Line 3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));

3741: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_po_release_id = '||g_tab_po_release_id(l_index));
3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));

Line 3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));

3742: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_enc_type_id = '||g_tab_enc_type_id(l_index));
3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

Line 3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));

3743: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_period_name = '||g_tab_period_name(l_index));
3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');

Line 3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));

3744: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_set_of_books_id = '||g_tab_set_of_books_id(l_index));
3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');
3752: END LOOP;

Line 3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));

3745: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_exp_item_date = '||g_tab_exp_item_date(l_index));
3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');
3752: END LOOP;
3753:

Line 3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));

3746: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_org_id = '||g_tab_org_id(l_index));
3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');
3752: END LOOP;
3753:
3754: End if;

Line 3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');

3747: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_vendor_id = '||g_tab_vendor_id(l_index));
3748: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_orig_sequence_num = '||g_tab_orig_sequence_num(l_index));
3749: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_applied_to_dist_id_2 = '||g_tab_applied_to_dist_id_2(l_index));
3750: pa_funds_control_pkg.log_message(p_msg_token1 => 'Value of g_tab_bc_packet_id = '||g_tab_bc_packet_id(l_index));
3751: pa_funds_control_pkg.log_message(p_msg_token1 => '****End of record-'||l_index||' records after firing PO fetching logic***');
3752: END LOOP;
3753:
3754: End if;
3755:

Line 3764: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3760: SELECT gl_bc_packets_s.nextval
3761: INTO l_packet_id
3762: FROM dual;
3763:
3764: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3765: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_packet_id = '||l_packet_id);
3766: End if;
3767:
3768: /* Commented for Bug 5726535

Line 3765: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_packet_id = '||l_packet_id);

3761: INTO l_packet_id
3762: FROM dual;
3763:
3764: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3765: pa_funds_control_pkg.log_message(p_msg_token1 => 'l_packet_id = '||l_packet_id);
3766: End if;
3767:
3768: /* Commented for Bug 5726535
3769: -- Updating dangling records created in previous run to 'T' status

Line 3772: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3768: /* Commented for Bug 5726535
3769: -- Updating dangling records created in previous run to 'T' status
3770: FAIL_DANGLING_PKTS(l_packet_id);
3771:
3772: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3773: pa_funds_control_pkg.log_message(p_msg_token1 => 'Updated I status records created in last run to T status '||SQL%ROWCOUNT);
3774: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Load_pkts ');
3775: End if;
3776: */

Line 3773: pa_funds_control_pkg.log_message(p_msg_token1 => 'Updated I status records created in last run to T status '||SQL%ROWCOUNT);

3769: -- Updating dangling records created in previous run to 'T' status
3770: FAIL_DANGLING_PKTS(l_packet_id);
3771:
3772: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3773: pa_funds_control_pkg.log_message(p_msg_token1 => 'Updated I status records created in last run to T status '||SQL%ROWCOUNT);
3774: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Load_pkts ');
3775: End if;
3776: */
3777:

Line 3774: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Load_pkts ');

3770: FAIL_DANGLING_PKTS(l_packet_id);
3771:
3772: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3773: pa_funds_control_pkg.log_message(p_msg_token1 => 'Updated I status records created in last run to T status '||SQL%ROWCOUNT);
3774: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Load_pkts ');
3775: End if;
3776: */
3777:
3778: Load_pkts(l_packet_id,p_bc_mode); -- to create bc records in autonomous mode;

Line 3780: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3776: */
3777:
3778: Load_pkts(l_packet_id,p_bc_mode); -- to create bc records in autonomous mode;
3779:
3780: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3781: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling update_cwk_pkt_lines ');
3782: End if;
3783:
3784: -- To update CWK related columns of pa_bc_packets PO records

Line 3781: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling update_cwk_pkt_lines ');

3777:
3778: Load_pkts(l_packet_id,p_bc_mode); -- to create bc records in autonomous mode;
3779:
3780: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3781: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling update_cwk_pkt_lines ');
3782: End if;
3783:
3784: -- To update CWK related columns of pa_bc_packets PO records
3785: update_cwk_pkt_lines (p_calling_module => 'GL',

Line 3788: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3784: -- To update CWK related columns of pa_bc_packets PO records
3785: update_cwk_pkt_lines (p_calling_module => 'GL',
3786: p_packet_id => l_packet_id);
3787:
3788: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3789: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Populate_burden_cost');
3790: End if;
3791:
3792: Populate_burden_cost

Line 3789: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Populate_burden_cost');

3785: update_cwk_pkt_lines (p_calling_module => 'GL',
3786: p_packet_id => l_packet_id);
3787:
3788: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3789: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling Populate_burden_cost');
3790: End if;
3791:
3792: Populate_burden_cost
3793: (p_packet_id => l_packet_id

Line 3798: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3794: ,p_calling_module => 'GL'
3795: ,x_return_status => l_return_status
3796: ,x_err_msg_code => l_err_msg_code);
3797:
3798: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3799: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_return_status ='||l_return_status);
3800: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_err_msg_code ='||l_err_msg_code);
3801: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_PKT_RLMI_BUDGET_CCID ');
3802: End if;

Line 3799: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_return_status ='||l_return_status);

3795: ,x_return_status => l_return_status
3796: ,x_err_msg_code => l_err_msg_code);
3797:
3798: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3799: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_return_status ='||l_return_status);
3800: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_err_msg_code ='||l_err_msg_code);
3801: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_PKT_RLMI_BUDGET_CCID ');
3802: End if;
3803:

Line 3800: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_err_msg_code ='||l_err_msg_code);

3796: ,x_err_msg_code => l_err_msg_code);
3797:
3798: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3799: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_return_status ='||l_return_status);
3800: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_err_msg_code ='||l_err_msg_code);
3801: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_PKT_RLMI_BUDGET_CCID ');
3802: End if;
3803:
3804: -- Add code to handle exceptions

Line 3801: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_PKT_RLMI_BUDGET_CCID ');

3797:
3798: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3799: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_return_status ='||l_return_status);
3800: pa_funds_control_pkg.log_message(p_msg_token1 => 'After Populate_burden_cost l_err_msg_code ='||l_err_msg_code);
3801: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling DERIVE_PKT_RLMI_BUDGET_CCID ');
3802: End if;
3803:
3804: -- Add code to handle exceptions
3805:

Line 3824: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3820: FETCH c_count_success_recs INTO l_count_success_rec;
3821: CLOSE c_count_success_recs;
3822:
3823: IF l_count_success_rec = 0 THEN
3824: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3825: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');
3826: End if;
3827: x_return_code := 'F';
3828: END IF;

Line 3825: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');

3821: CLOSE c_count_success_recs;
3822:
3823: IF l_count_success_rec = 0 THEN
3824: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3825: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');
3826: End if;
3827: x_return_code := 'F';
3828: END IF;
3829:

Line 3837: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3833:
3834: -------->6599207 ------As part of CC Enhancements -- Imposed the if condition.
3835: IF p_application_id <> 8407 THEN
3836:
3837: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3838: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_xla_interface_pkg.create_events ');
3839: End if;
3840:
3841: pa_xla_interface_pkg.create_events(p_calling_module => 'FUNDS_CHECK',

Line 3838: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_xla_interface_pkg.create_events ');

3834: -------->6599207 ------As part of CC Enhancements -- Imposed the if condition.
3835: IF p_application_id <> 8407 THEN
3836:
3837: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3838: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling pa_xla_interface_pkg.create_events ');
3839: End if;
3840:
3841: pa_xla_interface_pkg.create_events(p_calling_module => 'FUNDS_CHECK',
3842: p_data_set_id => l_packet_id,

Line 3845: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3841: pa_xla_interface_pkg.create_events(p_calling_module => 'FUNDS_CHECK',
3842: p_data_set_id => l_packet_id,
3843: x_result_code => l_return_status);
3844:
3845: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3846: pa_funds_control_pkg.log_message(p_msg_token1 => 'After pa_xla_interface_pkg.create_events l_return_status ='||l_return_status);
3847: End if;
3848:
3849: --Failing records with null bc_event_id

Line 3846: pa_funds_control_pkg.log_message(p_msg_token1 => 'After pa_xla_interface_pkg.create_events l_return_status ='||l_return_status);

3842: p_data_set_id => l_packet_id,
3843: x_result_code => l_return_status);
3844:
3845: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3846: pa_funds_control_pkg.log_message(p_msg_token1 => 'After pa_xla_interface_pkg.create_events l_return_status ='||l_return_status);
3847: End if;
3848:
3849: --Failing records with null bc_event_id
3850: FAIL_NULL_EVENT_PKTS (l_packet_id,p_bc_mode);

Line 3866: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3862: FETCH c_count_success_recs INTO l_count_success_rec;
3863: CLOSE c_count_success_recs;
3864:
3865: IF l_count_success_rec = 0 THEN
3866: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3867: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');
3868: End if;
3869: x_return_code := 'F';
3870: END IF;

Line 3867: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');

3863: CLOSE c_count_success_recs;
3864:
3865: IF l_count_success_rec = 0 THEN
3866: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3867: pa_funds_control_pkg.log_message(p_msg_token1 => 'In partial mode returning F status as all records have failed insert validation');
3868: End if;
3869: x_return_code := 'F';
3870: END IF;
3871:

Line 3880: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3876: END IF; -- IF g_tab_set_of_books_id.count THEN
3877:
3878: END IF; -- IF p_application_id in (200, 201, 8407) THEN
3879:
3880: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3881: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : End ;Value of x_return_code '||x_return_code);
3882: End if;
3883:
3884: RETURN;

Line 3881: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : End ;Value of x_return_code '||x_return_code);

3877:
3878: END IF; -- IF p_application_id in (200, 201, 8407) THEN
3879:
3880: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3881: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : End ;Value of x_return_code '||x_return_code);
3882: End if;
3883:
3884: RETURN;
3885:

Line 3889: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3885:
3886: EXCEPTION
3887: WHEN OTHERS THEN
3888:
3889: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3890: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : EXCEPTION '||SQLERRM);
3891: End if;
3892:
3893: -- have to put proper result code

Line 3890: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : EXCEPTION '||SQLERRM);

3886: EXCEPTION
3887: WHEN OTHERS THEN
3888:
3889: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3890: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : EXCEPTION '||SQLERRM);
3891: End if;
3892:
3893: -- have to put proper result code
3894: PA_FUNDS_CONTROL_PKG.result_status_code_update

Line 3894: PA_FUNDS_CONTROL_PKG.result_status_code_update

3890: pa_funds_control_pkg.log_message(p_msg_token1 => 'CREATE_PROJ_ENCUMBRANCE_EVENTS : EXCEPTION '||SQLERRM);
3891: End if;
3892:
3893: -- have to put proper result code
3894: PA_FUNDS_CONTROL_PKG.result_status_code_update
3895: ( p_status_code => 'T',
3896: p_result_code => 'F09',
3897: p_res_result_code => 'F09',
3898: p_res_grp_result_code => 'F09',

Line 3938: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

3934: l_return_status VARCHAR2(1);
3935:
3936: BEGIN
3937:
3938: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3939: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Start ');
3940: End if;
3941:
3942: If l_request_id is null then

Line 3939: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Start ');

3935:
3936: BEGIN
3937:
3938: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
3939: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Start ');
3940: End if;
3941:
3942: If l_request_id is null then
3943: l_request_id := -1;

Line 4091: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

4087: Where packet_id = p_packet_id
4088: AND SUBSTR(result_code,1,1) = 'F'
4089: ANd status_code = 'I';
4090:
4091: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4092: pa_funds_control_pkg.log_message(p_msg_token1 => 'NUmber of records updated to Failed status ='||SQL%ROWCOUNT);
4093: End if;
4094:
4095: -------->6599207 ------As part of CC Enhancements

Line 4092: pa_funds_control_pkg.log_message(p_msg_token1 => 'NUmber of records updated to Failed status ='||SQL%ROWCOUNT);

4088: AND SUBSTR(result_code,1,1) = 'F'
4089: ANd status_code = 'I';
4090:
4091: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4092: pa_funds_control_pkg.log_message(p_msg_token1 => 'NUmber of records updated to Failed status ='||SQL%ROWCOUNT);
4093: End if;
4094:
4095: -------->6599207 ------As part of CC Enhancements
4096: ---- Updating the ROWID on reference column so as to use

Line 4110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

4106: /* End of bug fix :3086398 */
4107:
4108: commit;
4109:
4110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4111: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : End ');
4112: End if;
4113:
4114: EXCEPTION

Line 4111: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : End ');

4107:
4108: commit;
4109:
4110: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4111: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : End ');
4112: End if;
4113:
4114: EXCEPTION
4115: WHEN OTHERS THEN

Line 4116: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

4112: End if;
4113:
4114: EXCEPTION
4115: WHEN OTHERS THEN
4116: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4117: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Exception '||SQLERRM);
4118: End if;
4119:
4120: RAISE;

Line 4117: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Exception '||SQLERRM);

4113:
4114: EXCEPTION
4115: WHEN OTHERS THEN
4116: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
4117: pa_funds_control_pkg.log_message(p_msg_token1 => 'LOAD_PKTS : Exception '||SQLERRM);
4118: End if;
4119:
4120: RAISE;
4121:

Line 4391: pa_funds_control_pkg.log_message(p_msg_token1 => 'check invoice is interfaced');

4387: */
4388:
4389: -- This object will be obsolete
4390: If p_calling_module = 'GL' and g_doc_type = 'AP' then
4391: pa_funds_control_pkg.log_message(p_msg_token1 => 'check invoice is interfaced');
4392: PA_FUNDS_CONTROL_PKG.is_ap_from_project
4393: (p_packet_id => p_packet_id,
4394: p_calling_module => 'GL',
4395: x_return_status => l_return_status);

Line 4392: PA_FUNDS_CONTROL_PKG.is_ap_from_project

4388:
4389: -- This object will be obsolete
4390: If p_calling_module = 'GL' and g_doc_type = 'AP' then
4391: pa_funds_control_pkg.log_message(p_msg_token1 => 'check invoice is interfaced');
4392: PA_FUNDS_CONTROL_PKG.is_ap_from_project
4393: (p_packet_id => p_packet_id,
4394: p_calling_module => 'GL',
4395: x_return_status => l_return_status);
4396: End if;

Line 4404: PA_FUNDS_CONTROL_PKG.log_message

4400: EXCEPTION
4401:
4402: when others then
4403:
4404: PA_FUNDS_CONTROL_PKG.log_message
4405: (p_msg_token1 => 'failed in create bc pkt lines SQLERR :'||sqlcode||sqlerrm);
4406: Raise;
4407:
4408: END update_cwk_pkt_lines;

Line 4442: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling checkCWKbdExp Api to check burden cost codes');

4438: /* PA.M changes for contingent worker functionality */
4439: /* This check is not required as this is done even before inserting the record into pa_bc_packets
4440: * during distribute process. Having this check is redudant
4441: If p_calling_module = 'DISTCWKST' then
4442: pa_funds_control_pkg.log_message(p_msg_token1 => 'Calling checkCWKbdExp Api to check burden cost codes');
4443: -- check for the burden cost codes changed if so error out the transactions
4444: checkCWKbdExp(p_packet_id => p_packet_id
4445: ,p_calling_module => p_calling_module
4446: ,x_return_status => l_return_status

Line 4448: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of checkCWKbdExp Api');

4444: checkCWKbdExp(p_packet_id => p_packet_id
4445: ,p_calling_module => p_calling_module
4446: ,x_return_status => l_return_status
4447: );
4448: pa_funds_control_pkg.log_message(p_msg_token1 => 'End of checkCWKbdExp Api');
4449: End If;
4450: ***/
4451: /* This Query insert records into pa_bc_packets
4452: * for the projects which is of burden on same

Line 4538: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

4534: pbc.actual_flag,
4535: --decode(pbc.document_type,'AP',(
4536: /** pagl period enhancement changes instead of passing pa date
4537: pass transaction date to derive the period name
4538: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
4539: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
4540: -- ),pbc.period_name),
4541: **/
4542: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi

Line 4546: *pa_funds_control_pkg1.get_period_name

4542: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
4543: * for Transaction import process the period name is to derived
4544: * based on the orginal raw line for the burden transactions
4545: * so reverting back to changes made earlier
4546: *pa_funds_control_pkg1.get_period_name
4547: * (pbc.expenditure_item_date,pbc.set_of_books_id),**/
4548: pbc.period_name,
4549: /** End of bug fix: 2905892 ***/
4550: pbc.period_year,

Line 4621: AND pa_funds_control_pkg.check_bdn_on_sep_item

4617: FROM pa_bc_packets pbc
4618: WHERE pbc.packet_id = p_packet_id
4619: AND pbc.parent_bc_packet_id = -1
4620: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F'
4621: AND pa_funds_control_pkg.check_bdn_on_sep_item
4622: (pbc.project_id ) = 'S'
4623: AND NVL (pa_funds_control_utils.get_fc_compiled_multiplier
4624: ( pbc.expenditure_organization_id,
4625: pbc.task_id,

Line 4631: pa_funds_control_pkg.log_message(p_msg_token1 =>

4627: 'C',
4628: pbc.expenditure_type
4629: ), 0) <> 0;
4630:
4631: pa_funds_control_pkg.log_message(p_msg_token1 =>
4632: 'Num of records inserted ='||sql%rowcount);
4633:
4634: /* This Query insert records into pa_bc_packets
4635: * for the projects which is of burden on different

Line 4720: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

4716: pbc.document_distribution_id,
4717: pbc.actual_flag,
4718: /** pagl period enhancement changes instead of passing pa date
4719: pass transaction date to derive the period name
4720: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
4721: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
4722: **/
4723: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
4724: * for Transaction import process the period name is to derived

Line 4727: * pa_funds_control_pkg1.get_period_name

4723: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
4724: * for Transaction import process the period name is to derived
4725: * based on the orginal raw line for the burden transactions
4726: * so reverting back to changes made earlier
4727: * pa_funds_control_pkg1.get_period_name
4728: * (pbc.expenditure_item_date,pbc.set_of_books_id), --pbc.period_name, **/
4729: pbc.period_name,
4730: /** End of bug fix: 2905892 **/
4731: pbc.period_year,

Line 4798: AND pa_funds_control_pkg.check_bdn_on_sep_item

4794: AND cm.compiled_multiplier <> 0
4795: AND pbc.packet_id = p_packet_id
4796: AND pbc.parent_bc_packet_id = -1
4797: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F'
4798: AND pa_funds_control_pkg.check_bdn_on_sep_item
4799: (pbc.project_id ) = 'D';
4800:
4801: pa_funds_control_pkg.log_message(p_msg_token1 =>
4802: 'Num of records inserted ='||sql%rowcount);

Line 4801: pa_funds_control_pkg.log_message(p_msg_token1 =>

4797: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F'
4798: AND pa_funds_control_pkg.check_bdn_on_sep_item
4799: (pbc.project_id ) = 'D';
4800:
4801: pa_funds_control_pkg.log_message(p_msg_token1 =>
4802: 'Num of records inserted ='||sql%rowcount);
4803:
4804:
4805: End if;

Line 5142: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>

5138:
5139: l_ap_parent_dist_id ap_invoice_distributions_all.parent_reversal_id%TYPE;
5140:
5141: BEGIN
5142: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>
5143: ' burden type for ap po = '||p_burden_type||' - related link -'||p_related_link);
5144:
5145: -- bug : 3717214
5146: -- Determine if we need to use existing idc multipliers for PO or REQs

Line 5157: pa_funds_control_pkg.log_message(p_msg_token1 =>'Use Existing Multiplier init :'||l_prev_multiplier);

5153: l_prev_multiplier := 'N' ;
5154: l_tab_multiplier.DELETE ;
5155: l_tab_icc_exp_type.DELETE ;
5156:
5157: pa_funds_control_pkg.log_message(p_msg_token1 =>'Use Existing Multiplier init :'||l_prev_multiplier);
5158: IF p_doc_type in ( 'PO', 'REQ' , 'AP' ) THEN
5159:
5160: select document_header_id ,
5161: document_distribution_id ,

Line 5172: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

5168: and bc_packet_id = p_bc_packet_id ;
5169:
5170: IF p_doc_type = 'AP' THEN
5171:
5172: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5173: pa_funds_control_pkg.log_message(p_msg_token1 =>'Checking if AP distribution is reversal/cancelled distribution') ;
5174: END IF ;
5175:
5176: /* Bug 5406690 : Changed the logic for checking if AP distribution is reversal/cancelled distribution.

Line 5173: pa_funds_control_pkg.log_message(p_msg_token1 =>'Checking if AP distribution is reversal/cancelled distribution') ;

5169:
5170: IF p_doc_type = 'AP' THEN
5171:
5172: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5173: pa_funds_control_pkg.log_message(p_msg_token1 =>'Checking if AP distribution is reversal/cancelled distribution') ;
5174: END IF ;
5175:
5176: /* Bug 5406690 : Changed the logic for checking if AP distribution is reversal/cancelled distribution.
5177: The old logic i.e cursor C_ap_parent_reversal_dist was not able to read uncommitted

Line 5184: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

5180: for i in 1 .. g_tab_bc_packet_id.count loop
5181: if ((g_tab_bc_packet_id(i)=p_bc_packet_id) and (g_tab_parent_reversal_id(i) IS NOT NULL)) then
5182: l_doc_distribution_id := g_tab_parent_reversal_id(i);
5183: l_prev_multiplier := 'Y' ;
5184: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5185: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;
5186: END IF ;
5187: end if;
5188: end loop;

Line 5185: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;

5181: if ((g_tab_bc_packet_id(i)=p_bc_packet_id) and (g_tab_parent_reversal_id(i) IS NOT NULL)) then
5182: l_doc_distribution_id := g_tab_parent_reversal_id(i);
5183: l_prev_multiplier := 'Y' ;
5184: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5185: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;
5186: END IF ;
5187: end if;
5188: end loop;
5189:

Line 5197: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

5193: FETCH C_ap_parent_reversal_dist INTO l_ap_parent_dist_id;
5194: IF C_ap_parent_reversal_dist%FOUND THEN
5195: l_doc_distribution_id := l_ap_parent_dist_id;
5196: l_prev_multiplier := 'Y' ;
5197: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5198: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;
5199: END IF ;
5200: END IF;
5201: CLOSE C_ap_parent_reversal_dist; */

Line 5198: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;

5194: IF C_ap_parent_reversal_dist%FOUND THEN
5195: l_doc_distribution_id := l_ap_parent_dist_id;
5196: l_prev_multiplier := 'Y' ;
5197: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
5198: pa_funds_control_pkg.log_message(p_msg_token1 =>'Parent AP distribution id '||l_doc_distribution_id) ;
5199: END IF ;
5200: END IF;
5201: CLOSE C_ap_parent_reversal_dist; */
5202:

Line 5214: pa_funds_control_pkg.log_message(p_msg_token1 =>'Use Existing Multiplier Credit found :'||l_prev_multiplier);

5210: IF ( (p_doc_type in ( 'PO', 'REQ' ) AND (l_amount < 0 and p_related_link = 'N')) OR
5211: (p_doc_type = 'AP' AND (l_prev_multiplier = 'Y' and p_related_link = 'N'))) then
5212:
5213: l_prev_multiplier := 'Y' ;
5214: pa_funds_control_pkg.log_message(p_msg_token1 =>'Use Existing Multiplier Credit found :'||l_prev_multiplier);
5215:
5216: select NVL(max(pbc.packet_id) ,0)
5217: into l_max_packet_id
5218: from pa_bc_commitments pbc

Line 5224: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_commitments packet id '||l_max_packet_id);

5220: and pbc.document_distribution_id = l_doc_distribution_id
5221: and pbc.document_type = p_doc_type
5222: and pbc.packet_id <> p_packet_id ;
5223:
5224: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_commitments packet id '||l_max_packet_id);
5225:
5226: select max(packet_id)
5227: into l_max_packet_id_b
5228: from pa_bc_packets gbc1

Line 5236: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_packets packet id '||l_max_packet_id_b);

5232: and document_header_id = l_doc_header_id
5233: and document_distribution_id = l_doc_distribution_id
5234: and status_code in ( 'A','C') ;
5235:
5236: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_packets packet id '||l_max_packet_id_b);
5237: -- bug : 3717214
5238: -- Spool the existing multipliers.
5239: BEGIN
5240: IF NVL(l_max_packet_id,0) >= nvl(l_max_packet_id_b,0) THEN

Line 5264: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_commitments multiplier used');

5260: AND bc1.document_type = p_doc_type
5261: AND bc1.parent_bc_packet_id IS NULL
5262: AND ROWNUM = 1 );
5263:
5264: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_commitments multiplier used');
5265: ELSE
5266:
5267: select compiled_multiplier ,
5268: expenditure_type

Line 5290: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_packets multiplier used');

5286: AND bc1.document_type = p_doc_type
5287: AND bc1.parent_bc_packet_id IS NULL
5288: AND ROWNUM = 1 );
5289:
5290: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: pa_bc_packets multiplier used');
5291:
5292: END IF ;
5293: EXCEPTION
5294: when no_data_found then

Line 5305: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Prior to PAM Data');

5301: --
5302: IF l_tab_multiplier.count > 0 THEN
5303: IF l_tab_multiplier(1) is NULL THEN
5304: l_prev_multiplier := 'N' ;
5305: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Prior to PAM Data');
5306: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Calculate Multiplier');
5307: END IF ; -- l_tab_multiplier(1) is null
5308: END IF ; -- l_tab_multiplier.count
5309: END IF; -- IF ( (p_doc_type in ( 'PO', 'REQ' ) AND (l_amount < 0 and p_related_link = 'N')) OR ..

Line 5306: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Calculate Multiplier');

5302: IF l_tab_multiplier.count > 0 THEN
5303: IF l_tab_multiplier(1) is NULL THEN
5304: l_prev_multiplier := 'N' ;
5305: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Prior to PAM Data');
5306: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Calculate Multiplier');
5307: END IF ; -- l_tab_multiplier(1) is null
5308: END IF ; -- l_tab_multiplier.count
5309: END IF; -- IF ( (p_doc_type in ( 'PO', 'REQ' ) AND (l_amount < 0 and p_related_link = 'N')) OR ..
5310:

Line 5317: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Calculate Multiplier for p_burden_type '||p_burden_type);

5313: -- bug : 3717214
5314: -- Calculate the new multipliers...
5315: --
5316: IF l_prev_multiplier = 'N' THEN
5317: pa_funds_control_pkg.log_message(p_msg_token1 =>'OLD Multiplier: Calculate Multiplier for p_burden_type '||p_burden_type);
5318: IF p_burden_type = 'SAME' THEN
5319:
5320: SELECT NVL (pa_funds_control_utils.get_fc_compiled_multiplier
5321: ( pbc.expenditure_organization_id,

Line 5482: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

5478: pbc.actual_flag,
5479: /** pagl period enhancement changes instead of passing pa date
5480: pass transaction date to derive the period name
5481: --decode(pbc.document_type,'AP',(
5482: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
5483: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
5484: -- ),pbc.period_name),
5485: **/
5486: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi

Line 5490: *pa_funds_control_pkg1.get_period_name

5486: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
5487: * the period name should be derived
5488: * based on the orginal raw line for the burden transactions
5489: * so reverting back to changes made earlier
5490: *pa_funds_control_pkg1.get_period_name
5491: * (pbc.expenditure_item_date,pbc.set_of_books_id),**/
5492: pbc.period_name,
5493: /** End of bug fix: 2905892 ***/
5494: pbc.period_year,

Line 5547: PA_FUNDS_CONTROL_PKG.log_message

5543: AND pbc.document_type = p_doc_type
5544: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F' ;
5545: --If sql%Notfound then
5546: IF SQL%BULK_ROWCOUNT(1) = 0 THEN
5547: PA_FUNDS_CONTROL_PKG.log_message
5548: (p_msg_token1 => 'Transaction failed to populate burden cost',
5549: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5550:
5551: -- Error msg : 'F114 = Transaction Failed to populate burden cost'

Line 5552: PA_FUNDS_CONTROL_PKG.result_status_code_update

5548: (p_msg_token1 => 'Transaction failed to populate burden cost',
5549: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5550:
5551: -- Error msg : 'F114 = Transaction Failed to populate burden cost'
5552: PA_FUNDS_CONTROL_PKG.result_status_code_update
5553: (p_packet_id => p_packet_id,
5554: p_bc_packet_id => p_bc_packet_id,
5555: p_result_code => 'F114',
5556: p_res_result_code => 'F114',

Line 5565: PA_FUNDS_CONTROL_PKG.log_message

5561: p_proj_acct_result_code => 'F114');
5562: End if;
5563: IF SQL%BULK_ROWCOUNT(1) > 0 THEN
5564: --IF sql%found then
5565: PA_FUNDS_CONTROL_PKG.log_message
5566: (p_msg_token1 =>'No of bdn lines created ='||sql%bulk_rowcount(1) );
5567: End if;
5568:
5569: END IF ; -- l_tab_multiplier.count endif

Line 5661: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

5657: pbc.document_distribution_id,
5658: pbc.actual_flag,
5659: /** pagl period enhancement changes instead of passing pa date
5660: pass transaction date to derive the period name
5661: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
5662: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
5663: --P_period_name,
5664: **/
5665: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi

Line 5669: *pa_funds_control_pkg1.get_period_name

5665: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
5666: * the period name should be derived
5667: * based on the orginal raw line for the burden transactions
5668: * so reverting back to changes made earlier
5669: *pa_funds_control_pkg1.get_period_name
5670: * (pbc.expenditure_item_date,pbc.set_of_books_id),**/
5671: pbc.period_name,
5672: /** End of bug fix: 2905892 ***/
5673: pbc.period_year,

Line 5728: PA_FUNDS_CONTROL_PKG.log_message

5724: AND pbc.bc_packet_id = p_bc_packet_id
5725: AND pbc.document_type = p_doc_type
5726: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F';
5727: If sql%Notfound then
5728: PA_FUNDS_CONTROL_PKG.log_message
5729: (p_msg_token1 => 'Transaction failed to populate burden cost',
5730: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5731:
5732: -- Error msg : 'F114 = Transaction Failed to populate burden cost'

Line 5733: PA_FUNDS_CONTROL_PKG.result_status_code_update

5729: (p_msg_token1 => 'Transaction failed to populate burden cost',
5730: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5731:
5732: -- Error msg : 'F114 = Transaction Failed to populate burden cost'
5733: PA_FUNDS_CONTROL_PKG.result_status_code_update
5734: (p_packet_id => p_packet_id,
5735: p_bc_packet_id => p_bc_packet_id,
5736: p_result_code => 'F114',
5737: p_res_result_code => 'F114',

Line 5745: PA_FUNDS_CONTROL_PKG.log_message

5741: p_project_result_code => 'F114',
5742: p_proj_acct_result_code => 'F114');
5743: End if;
5744: IF sql%found then
5745: PA_FUNDS_CONTROL_PKG.log_message
5746: (p_msg_token1 =>'No of bdn lines created ='||sql%rowcount);
5747: End if;
5748:
5749:

Line 5849: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

5845: pbc.document_distribution_id,
5846: pbc.actual_flag,
5847: /** added the pagl enhancement changes pass ei date instead of pa date
5848: * to get glperiod name
5849: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
5850: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
5851: --pbc.period_name,
5852: */
5853: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi

Line 5857: *pa_funds_control_pkg1.get_period_name

5853: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
5854: * the period name should be derived
5855: * based on the orginal raw line for the burden transactions
5856: * so reverting back to changes made earlier
5857: *pa_funds_control_pkg1.get_period_name
5858: * (pbc.expenditure_item_date,pbc.set_of_books_id),**/
5859: pbc.period_name,
5860: /** End of bug fix: 2905892 ***/
5861: pbc.period_year,

Line 5911: PA_FUNDS_CONTROL_PKG.log_message

5907: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F';
5908:
5909: FOR indx in 1..l_tab_multiplier.count LOOP
5910: IF SQL%BULK_ROWCOUNT(indx) = 0 THEN
5911: PA_FUNDS_CONTROL_PKG.log_message
5912: (p_msg_token1 => 'Transaction failed to populate burden cost',
5913: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5914:
5915: -- Error msg : 'F114 = Transaction Failed to populate burden cost'

Line 5916: PA_FUNDS_CONTROL_PKG.result_status_code_update

5912: (p_msg_token1 => 'Transaction failed to populate burden cost',
5913: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
5914:
5915: -- Error msg : 'F114 = Transaction Failed to populate burden cost'
5916: PA_FUNDS_CONTROL_PKG.result_status_code_update
5917: (p_packet_id => p_packet_id,
5918: p_bc_packet_id => p_bc_packet_id,
5919: p_result_code => 'F114',
5920: p_res_result_code => 'F114',

Line 5931: PA_FUNDS_CONTROL_PKG.log_message

5927: l_count := l_count + SQL%BULK_ROWCOUNT(indx) ;
5928: END LOOP ;
5929:
5930: IF l_count > 0 then
5931: PA_FUNDS_CONTROL_PKG.log_message
5932: (p_msg_token1 =>'No of bdn lines created ='||l_count);
5933: End if;
5934:
5935:

Line 6036: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date

6032: pbc.document_distribution_id,
6033: pbc.actual_flag,
6034: /** pagl period enhancement changes instead of passing pa date
6035: pass transaction date to derive the period name
6036: pa_funds_control_pkg1.get_period_name(pa_utils2.get_pa_date
6037: (pbc.expenditure_item_date,NULL,pbc.org_id),pbc.set_of_books_id),
6038: **/
6039: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
6040: * the period name should be derived

Line 6043: *pa_funds_control_pkg1.get_period_name

6039: /** Bug fix:2905892 As per discussions with Barbara , Dinakar, Prithi
6040: * the period name should be derived
6041: * based on the orginal raw line for the burden transactions
6042: * so reverting back to changes made earlier
6043: *pa_funds_control_pkg1.get_period_name
6044: * (pbc.expenditure_item_date,pbc.set_of_books_id),**/
6045: pbc.period_name,
6046: /** End of bug fix: 2905892 ***/
6047: pbc.period_year,

Line 6101: PA_FUNDS_CONTROL_PKG.log_message

6097: AND pbc.bc_packet_id = p_bc_packet_id
6098: AND pbc.document_type = p_doc_type
6099: AND substr(nvl(pbc.result_code,'X'),1,1) <> 'F';
6100: If sql%Notfound then
6101: PA_FUNDS_CONTROL_PKG.log_message
6102: (p_msg_token1 => 'Transaction failed to populate burden cost',
6103: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
6104:
6105: -- Error msg : 'F114 = Transaction Failed to populate burden cost'

Line 6106: PA_FUNDS_CONTROL_PKG.result_status_code_update

6102: (p_msg_token1 => 'Transaction failed to populate burden cost',
6103: p_msg_token2 => 'bc_packet_id = '||to_char(p_bc_packet_id));
6104:
6105: -- Error msg : 'F114 = Transaction Failed to populate burden cost'
6106: PA_FUNDS_CONTROL_PKG.result_status_code_update
6107: (p_packet_id => p_packet_id,
6108: p_bc_packet_id => p_bc_packet_id,
6109: p_result_code => 'F114',
6110: p_res_result_code => 'F114',

Line 6118: PA_FUNDS_CONTROL_PKG.log_message

6114: p_project_result_code => 'F114',
6115: p_proj_acct_result_code => 'F114');
6116: End if;
6117: IF sql%found then
6118: PA_FUNDS_CONTROL_PKG.log_message
6119: (p_msg_token1 =>'No of bdn lines created ='||sql%rowcount);
6120: End if;
6121:
6122:

Line 6130: PA_FUNDS_CONTROL_PKG.log_message

6126: commit; -- to end an active autonmous transaction
6127: Return True;
6128: EXCEPTION
6129: WHEN OTHERS THEN
6130: PA_FUNDS_CONTROL_PKG.log_message
6131: (p_msg_token1 => 'failed in create ap po bdn lines api SQLERR :'||sqlcode||sqlerrm);
6132: commit;
6133: RAISE;
6134:

Line 6345: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');

6341: AND pbc.status_code IN ('P', 'I');
6342:
6343: BEGIN
6344: -- Initialize the error stack
6345: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');
6346:
6347: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6348: l_debug_mode := NVL(l_debug_mode, 'N');
6349:

Line 6364: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside Populate burden api');

6360:
6361: --Get the accounting currency into a global variable.
6362: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
6363:
6364: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside Populate burden api');
6365:
6366: -- Initialize global variables
6367: init_globals;
6368:

Line 6372: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'opened cursor');

6368:
6369: IF p_calling_module IN ('GL','CBC','EXPENDITURE') then
6370:
6371: OPEN burden_type;
6372: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'opened cursor');
6373: LOOP
6374: FETCH burden_type INTO
6375: l_burden_method
6376: ,l_bc_packet_id

Line 6413: pa_funds_control_pkg.log_message(p_msg_token2 =>

6409: -- expenditure type is part of the burdening
6410: -- but there is error for this expenditure type
6411: -- either the schedule id is not found or
6412: -- schedule revision id is null so assign the error
6413: pa_funds_control_pkg.log_message(p_msg_token2 =>
6414: 'Burden error '||l_err_msg_code);
6415: l_status_flag := 'Y';
6416: l_related_link := 'Y';
6417: GOTO END_OF_BURDEN;

Line 6419: pa_funds_control_pkg.log_message(p_msg_token2 =>

6415: l_status_flag := 'Y';
6416: l_related_link := 'Y';
6417: GOTO END_OF_BURDEN;
6418: Elsif l_base is NOT NULL then
6419: pa_funds_control_pkg.log_message(p_msg_token2 =>
6420: 'cost Base type ='||l_base);
6421: l_status_flag := 'N';
6422: l_related_link := 'N';
6423: null;

Line 6427: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'burden type ['||l_burden_method||

6423: null;
6424: END IF;
6425: END IF;
6426:
6427: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'burden type ['||l_burden_method||
6428: ']bc_packet id ['||l_bc_packet_id||']' );
6429:
6430: IF l_burden_method = 'SAME' and l_bc_packet_id is NOT NULL then
6431:

Line 6455: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => '

6451: FETCH pkt_po_amount into l_period_name
6452: ,l_entered_dr,l_entered_cr
6453: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6454: If pkt_po_amount%found then
6455: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => '
6456: cc amount got from bc packets');
6457: End if;
6458: If pkt_po_amount%NOTFOUND then
6459: l_status_flag := 'Y';

Line 6465: PA_FUNDS_CONTROL_PKG.log_message

6461: End if;
6462: CLOSE pkt_po_amount;
6463: End if;
6464: If po_amount%found then
6465: PA_FUNDS_CONTROL_PKG.log_message
6466: (p_msg_token1 => 'cc amount got from commitments');
6467: End if;
6468: CLOSE po_amount;
6469:

Line 6471: PA_FUNDS_CONTROL_PKG.log_message

6467: End if;
6468: CLOSE po_amount;
6469:
6470: Else
6471: PA_FUNDS_CONTROL_PKG.log_message
6472: (p_msg_token1 => 'Not related link N');
6473: l_related_link := 'N';
6474: End if;
6475: If Not create_ap_po_bdn_lines

Line 6512: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => '

6508: FETCH pkt_po_amount into l_period_name
6509: ,l_entered_dr,l_entered_cr
6510: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6511: If pkt_po_amount%found then
6512: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => '
6513: burden amount got from bc packets');
6514: End if;
6515: If pkt_po_amount%NOTFOUND then
6516: l_status_flag := 'Y';

Line 6522: PA_FUNDS_CONTROL_PKG.log_message

6518: End if;
6519: CLOSE pkt_po_amount;
6520: End if;
6521: If po_amount%found then
6522: PA_FUNDS_CONTROL_PKG.log_message
6523: (p_msg_token1 => ' amount got from commitments');
6524: End if;
6525: CLOSE po_amount;
6526:

Line 6528: PA_FUNDS_CONTROL_PKG.log_message

6524: End if;
6525: CLOSE po_amount;
6526:
6527: Else
6528: PA_FUNDS_CONTROL_PKG.log_message
6529: (p_msg_token1 => 'Not related link N');
6530: l_related_link := 'N';
6531: End if;
6532: If Not create_ap_po_bdn_lines

Line 6568: PA_FUNDS_CONTROL_PKG.log_message

6564: ,l_doc_type);
6565: FETCH po_amount into l_period_name,l_entered_dr,l_entered_cr,
6566: l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6567: If po_amount%found then
6568: PA_FUNDS_CONTROL_PKG.log_message
6569: (p_msg_token1 => 'amounts got from commitments ');
6570: End if;
6571: If po_amount%NOTFOUND then
6572: OPEN pkt_po_amount(l_doc_distribution_id

Line 6579: PA_FUNDS_CONTROL_PKG.log_message

6575: ,l_doc_type);
6576: FETCH pkt_po_amount into l_period_name,l_entered_dr,l_entered_cr,
6577: l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6578: If pkt_po_amount%found then
6579: PA_FUNDS_CONTROL_PKG.log_message
6580: (p_msg_token1 => 'amounts got from bc packets ');
6581: End if;
6582: If pkt_po_amount%NOTFOUND then
6583: l_status_flag := 'Y';

Line 6590: PA_FUNDS_CONTROL_PKG.log_message

6586: CLOSE pkt_po_amount;
6587: End IF;
6588: CLOSE po_amount;
6589: Else
6590: PA_FUNDS_CONTROL_PKG.log_message
6591: (p_msg_token1 => 'Not related link N');
6592: l_related_link := 'N';
6593: End if;
6594: If Not create_ap_po_bdn_lines

Line 6682: PA_FUNDS_CONTROL_PKG.log_message

6678: FETCH po_amount into l_period_name
6679: ,l_entered_dr,l_entered_cr
6680: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6681: EXIT when po_amount%NOTFOUND;
6682: PA_FUNDS_CONTROL_PKG.log_message
6683: (p_msg_token1 => 'amount found from commitment');
6684: If Not create_ap_po_bdn_lines
6685: (p_packet_id => p_packet_id
6686: ,p_bc_packet_id => l_bc_packet_id

Line 6735: PA_FUNDS_CONTROL_PKG.log_message

6731: END LOOP;
6732: CLOSE pkt_po_amount;
6733: End if;
6734: Else
6735: PA_FUNDS_CONTROL_PKG.log_message
6736: (p_msg_token1 => 'not related link = N ');
6737: l_related_link := 'N';
6738:
6739: End if;

Line 6808: PA_FUNDS_CONTROL_PKG.log_message

6804: FETCH po_amount into l_period_name
6805: ,l_entered_dr,l_entered_cr
6806: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6807: EXIT when po_amount%NOTFOUND;
6808: PA_FUNDS_CONTROL_PKG.log_message
6809: (p_msg_token1 => 'amount found from commitment');
6810: If Not create_ap_po_bdn_lines
6811: (p_packet_id => p_packet_id
6812: ,p_bc_packet_id => l_bc_packet_id

Line 6840: PA_FUNDS_CONTROL_PKG.log_message

6836: FETCH pkt_po_amount into l_period_name
6837: ,l_entered_dr,l_entered_cr
6838: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6839: EXIT when pkt_po_amount%NOTFOUND;
6840: PA_FUNDS_CONTROL_PKG.log_message
6841: (p_msg_token1 => 'amount found from packets');
6842: If Not create_ap_po_bdn_lines
6843: (p_packet_id => p_packet_id
6844: ,p_bc_packet_id => l_bc_packet_id

Line 6863: PA_FUNDS_CONTROL_PKG.log_message

6859: END LOOP;
6860: CLOSE pkt_po_amount;
6861: End if;
6862: Else
6863: PA_FUNDS_CONTROL_PKG.log_message
6864: (p_msg_token1 => ' not related link = N ');
6865: l_related_link := 'N';
6866:
6867: End if;

Line 6937: PA_FUNDS_CONTROL_PKG.log_message

6933: FETCH po_amount into l_period_name
6934: ,l_entered_dr,l_entered_cr
6935: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6936: EXIT when po_amount%NOTFOUND;
6937: PA_FUNDS_CONTROL_PKG.log_message
6938: (p_msg_token1 => 'amount found from commitments');
6939: If Not create_ap_po_bdn_lines
6940: (p_packet_id => p_packet_id
6941: ,p_bc_packet_id => l_bc_packet_id

Line 6970: PA_FUNDS_CONTROL_PKG.log_message

6966: FETCH pkt_po_amount into l_period_name
6967: ,l_entered_dr,l_entered_cr
6968: ,l_accounted_dr,l_accounted_cr,l_exp_type,l_compiled_multiplier;
6969: EXIT when pkt_po_amount%NOTFOUND;
6970: PA_FUNDS_CONTROL_PKG.log_message
6971: (p_msg_token1 => 'amount found from commitments');
6972: If Not create_ap_po_bdn_lines
6973: (p_packet_id => p_packet_id
6974: ,p_bc_packet_id => l_bc_packet_id

Line 6994: PA_FUNDS_CONTROL_PKG.log_message

6990: CLOSE pkt_po_amount;
6991: End if;
6992:
6993: Else
6994: PA_FUNDS_CONTROL_PKG.log_message
6995: (p_msg_token1 => ' Not invoice based po ');
6996: l_related_link := 'N';
6997:
6998: End if;

Line 7021: PA_FUNDS_CONTROL_PKG.log_message

7017: end If;
7018: End if;
7019:
7020: Elsif l_doc_type = 'AP' then
7021: PA_FUNDS_CONTROL_PKG.log_message
7022: (p_msg_token1 => ' doc type is ap related link N');
7023: l_related_link := 'N';
7024: If l_related_link = 'N' then
7025: If Not create_ap_po_bdn_lines

Line 7050: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'End of Burden Process');

7046: END IF; --- for burden method type
7047:
7048:
7049: <>
7050: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'End of Burden Process');
7051: -- if the burden rows are not found for the po based on requision
7052: -- or invoice based on purchase orders then update the transaction
7053: -- with error status transaction failed to populate burden cost
7054: If l_status_flag = 'Y' and l_related_link = 'Y' then

Line 7055: PA_FUNDS_CONTROL_PKG.result_status_code_update

7051: -- if the burden rows are not found for the po based on requision
7052: -- or invoice based on purchase orders then update the transaction
7053: -- with error status transaction failed to populate burden cost
7054: If l_status_flag = 'Y' and l_related_link = 'Y' then
7055: PA_FUNDS_CONTROL_PKG.result_status_code_update
7056: (p_packet_id => p_packet_id,
7057: p_bc_packet_id => l_bc_packet_id,
7058: p_result_code => 'F114',
7059: p_res_result_code => 'F114',

Line 7112: pa_funds_control_pkg.log_message(p_msg_token1=>'Calling upd_cwk_attributes for Summary record flag');

7108: IF g_cwk_po_unreserve = 'Y' THEN
7109: update_cwk_po_burden(p_packet_id) ;
7110: END IF ;
7111:
7112: pa_funds_control_pkg.log_message(p_msg_token1=>'Calling upd_cwk_attributes for Summary record flag');
7113: pa_funds_control_pkg1.upd_cwk_attributes(
7114: p_calling_module => p_calling_module
7115: ,p_packet_id => p_packet_id
7116: ,p_mode => 'R'

Line 7113: pa_funds_control_pkg1.upd_cwk_attributes(

7109: update_cwk_po_burden(p_packet_id) ;
7110: END IF ;
7111:
7112: pa_funds_control_pkg.log_message(p_msg_token1=>'Calling upd_cwk_attributes for Summary record flag');
7113: pa_funds_control_pkg1.upd_cwk_attributes(
7114: p_calling_module => p_calling_module
7115: ,p_packet_id => p_packet_id
7116: ,p_mode => 'R'
7117: ,p_reference => 'UPD_FLAG'

Line 7120: pa_funds_control_pkg.log_message(p_msg_token1=>'end of upd_cwk_attributes for Summary record flag'||

7116: ,p_mode => 'R'
7117: ,p_reference => 'UPD_FLAG'
7118: ,x_return_status => x_return_status
7119: );
7120: pa_funds_control_pkg.log_message(p_msg_token1=>'end of upd_cwk_attributes for Summary record flag'||
7121: 'RetSts['||x_return_status||']');
7122:
7123:
7124: End If;

Line 7136: PA_FUNDS_CONTROL_PKG.log_message

7132: If burden_type%ISOPEN then
7133: close burden_type;
7134: End if;
7135:
7136: PA_FUNDS_CONTROL_PKG.log_message
7137: (p_msg_token1 => 'PA_FUNDS_CONTROL.populate_burden_cost UNEXPECTED ERROR');
7138: --error msg : 'F140 = Funds check failed because of insert burden cost'
7139: PA_FUNDS_CONTROL_PKG.result_status_code_update
7140: ( p_status_code=> 'T',

Line 7139: PA_FUNDS_CONTROL_PKG.result_status_code_update

7135:
7136: PA_FUNDS_CONTROL_PKG.log_message
7137: (p_msg_token1 => 'PA_FUNDS_CONTROL.populate_burden_cost UNEXPECTED ERROR');
7138: --error msg : 'F140 = Funds check failed because of insert burden cost'
7139: PA_FUNDS_CONTROL_PKG.result_status_code_update
7140: ( p_status_code=> 'T',
7141: p_result_code => 'F140',
7142: p_res_result_code => 'F140',
7143: p_res_grp_result_code => 'F140',

Line 7159: PA_FUNDS_CONTROL_PKG.log_message

7155: close pkt_po_amount;
7156: End if;
7157:
7158: x_return_status := 'T';
7159: PA_FUNDS_CONTROL_PKG.log_message
7160: (p_msg_token1 => 'failed in populate burden cost api SQLERR :'||sqlcode||sqlerrm);
7161: PA_FUNDS_CONTROL_PKG.log_message
7162: (p_error_msg => sqlcode ||sqlerrm);
7163: --commit;

Line 7161: PA_FUNDS_CONTROL_PKG.log_message

7157:
7158: x_return_status := 'T';
7159: PA_FUNDS_CONTROL_PKG.log_message
7160: (p_msg_token1 => 'failed in populate burden cost api SQLERR :'||sqlcode||sqlerrm);
7161: PA_FUNDS_CONTROL_PKG.log_message
7162: (p_error_msg => sqlcode ||sqlerrm);
7163: --commit;
7164: Raise;
7165: END Populate_burden_cost;

Line 7217: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'Inside the setup start and end date api');

7213: l_bal_end_date DATE;
7214: l_debug_mode VARCHAR2(10);
7215: BEGIN
7216:
7217: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'Inside the setup start and end date api');
7218:
7219: -- Inialize the error stack
7220: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7221: -- set the return status to success

Line 7220: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');

7216:
7217: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'Inside the setup start and end date api');
7218:
7219: -- Inialize the error stack
7220: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7221: -- set the return status to success
7222: x_return_status := 'S';
7223:
7224: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

Line 7231: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'amount_type ['||p_amount_type||']boundary_code ['

7227: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
7228: ,x_write_file => 'LOG'
7229: ,x_debug_mode => l_debug_mode
7230: );
7231: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'amount_type ['||p_amount_type||']boundary_code ['
7232: ||p_boundary_code||'] time_phase_type_code['||p_time_phase_type_code||']' );
7233:
7234: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'p_set_of_books_id ['||p_set_of_books_id||']p_expenditure_item_date ['
7235: ||p_expenditure_item_date||'] p_budget_version_id['||p_budget_version_id||']' );

Line 7234: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'p_set_of_books_id ['||p_set_of_books_id||']p_expenditure_item_date ['

7230: );
7231: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'amount_type ['||p_amount_type||']boundary_code ['
7232: ||p_boundary_code||'] time_phase_type_code['||p_time_phase_type_code||']' );
7233:
7234: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'p_set_of_books_id ['||p_set_of_books_id||']p_expenditure_item_date ['
7235: ||p_expenditure_item_date||'] p_budget_version_id['||p_budget_version_id||']' );
7236:
7237:
7238: x_error_code := 0; -- initialize error code

Line 7243: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Project Start and End Date');

7239: IF ( p_time_phase_type_code = 'N'
7240: OR p_amount_type = 'PJTD'
7241: OR p_boundary_code = 'J' ) THEN
7242: g_error_stage := 'Project Start and End Date';
7243: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Project Start and End Date');
7244: SELECT start_date,
7245: completion_date
7246: INTO l_project_start_date,
7247: l_project_end_date

Line 7282: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Year Start and End Date');

7278:
7279: IF ( p_amount_type = 'YTD'
7280: OR p_boundary_code = 'Y' ) THEN
7281: g_error_stage := 'Year Start and End Date';
7282: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Year Start and End Date');
7283:
7284: SELECT gps.year_start_date
7285: INTO l_year_start_date
7286: FROM gl_period_statuses gps

Line 7296: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'get period start and end dates');

7292: l_year_end_date := ADD_MONTHS ( l_year_start_date, 12 ) - 1;
7293: END IF;
7294:
7295: -- get period start and end dates
7296: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'get period start and end dates');
7297:
7298: IF p_time_phase_type_code = 'G' THEN
7299: -- FOR GL period
7300: g_error_stage := 'Time Phase = G';

Line 7301: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = G');

7297:
7298: IF p_time_phase_type_code = 'G' THEN
7299: -- FOR GL period
7300: g_error_stage := 'Time Phase = G';
7301: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = G');
7302: SELECT TRUNC ( gps.start_date ),
7303: TRUNC ( gps.end_date )
7304: INTO l_gl_period_start_date,
7305: l_gl_period_end_date

Line 7314: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = P');

7310: AND gps.adjustment_period_flag = 'N';
7311: ELSIF p_time_phase_type_code = 'P' THEN
7312: -- FOR PA period
7313: g_error_stage := 'Time Phase = P';
7314: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = P');
7315: SELECT TRUNC ( start_date ),
7316: TRUNC ( end_date )
7317: INTO l_pa_period_start_date,
7318: l_pa_period_end_date

Line 7324: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = R');

7320: WHERE p_expenditure_item_date BETWEEN gpa.start_date AND gpa.end_date;
7321: ELSIF p_time_phase_type_code = 'R' THEN
7322: -- FOR DATE RANGE
7323: g_error_stage := 'Time Phase R';
7324: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Time Phase = R');
7325: SELECT TRUNC ( MAX ( start_date ))
7326: INTO l_dr_period_start_date
7327: FROM pa_bc_balances
7328: WHERE project_id = p_project_id

Line 7348: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Invalid amount type boundary code');

7344: IF p_time_phase_type_code = 'N' THEN -- for no time phase
7345: IF ( p_amount_type <> 'PJTD'
7346: OR p_boundary_code <> 'J' ) THEN
7347: -- Error msg : F123 = Invalid Amount type and Boundary code for No time phase
7348: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Invalid amount type boundary code');
7349:
7350: x_result_code := 'F123';
7351: x_return_status := 'F';
7352: PA_DEBUG.reset_err_stack;

Line 7366: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>' PJTD- P');

7362:
7363: IF p_amount_type = 'PJTD' THEN
7364: IF p_time_phase_type_code = 'P' THEN
7365: g_error_stage := 'PJTD- P';
7366: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>' PJTD- P');
7367: BEGIN
7368: SELECT TRUNC ( start_date )
7369: INTO l_gs_start_date
7370: FROM pa_periods gpa

Line 7383: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-G');

7379: AND balance_type = 'BGT';
7380: END;
7381: ELSIF p_time_phase_type_code = 'G' THEN
7382: g_error_stage := 'PJTD-G';
7383: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-G');
7384: BEGIN
7385: SELECT TRUNC ( gps.start_date )
7386: INTO l_gs_start_date
7387: FROM gl_period_statuses gps

Line 7403: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-R');

7399: AND balance_type = 'BGT';
7400: END;
7401: ELSIF p_time_phase_type_code = 'R' THEN
7402: g_error_stage := 'PJTD-R';
7403: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-R');
7404: SELECT TRUNC ( MIN ( start_date ))
7405: INTO l_gs_start_date
7406: FROM pa_bc_balances
7407: WHERE project_id = p_project_id

Line 7419: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>' end date calc for PJTD ');

7415: x_start_date := l_project_start_date;
7416: END IF;
7417:
7418: -- end date calc for PJTD - Project
7419: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>' end date calc for PJTD ');
7420:
7421: IF p_boundary_code = 'J' THEN
7422: IF p_time_phase_type_code = 'P' THEN
7423: g_error_stage := 'PJTD_J-P';

Line 7424: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-P');

7420:
7421: IF p_boundary_code = 'J' THEN
7422: IF p_time_phase_type_code = 'P' THEN
7423: g_error_stage := 'PJTD_J-P';
7424: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-P');
7425: BEGIN
7426: SELECT TRUNC ( end_date )
7427: INTO l_gs_end_date
7428: FROM pa_periods gpa

Line 7446: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-G');

7442: x_end_date := l_project_end_date;
7443: END IF;
7444: ELSIF p_time_phase_type_code = 'G' THEN
7445: g_error_stage := 'PJTD_J-G';
7446: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-G');
7447: BEGIN
7448: SELECT TRUNC ( gps.end_date )
7449: INTO l_gs_end_date
7450: FROM gl_period_statuses gps

Line 7471: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-R');

7467: x_end_date := l_project_end_date;
7468: END IF;
7469: ELSIF p_time_phase_type_code = 'R' THEN
7470: g_error_stage := 'PJTD_J-R';
7471: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD_J-R');
7472: x_end_date := l_project_end_date;
7473: END IF;
7474: -- end date calc for PJTD - Year
7475:

Line 7479: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-P');

7475:
7476: ELSIF p_boundary_code = 'Y' THEN
7477: IF p_time_phase_type_code = 'P' THEN
7478: g_error_stage := 'PJTD-Y-P';
7479: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-P');
7480: BEGIN
7481: SELECT p.end_date
7482: INTO l_gs_end_date
7483: FROM pa_periods p

Line 7492: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-G');

7488: x_end_date := l_year_end_date;
7489: END;
7490: ELSIF p_time_phase_type_code = 'G' THEN
7491: g_error_stage := 'PJTD-Y-G';
7492: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-G');
7493: x_end_date := l_year_end_date;
7494: ELSIF p_time_phase_type_code = 'R' THEN
7495: g_error_stage := 'PJTD-Y-R';
7496: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-R');

Line 7496: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-R');

7492: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-G');
7493: x_end_date := l_year_end_date;
7494: ELSIF p_time_phase_type_code = 'R' THEN
7495: g_error_stage := 'PJTD-Y-R';
7496: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-R');
7497: x_end_date := l_year_end_date;
7498: END IF;
7499: -- end date calc for PJTD - period
7500: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'end date calc for PJTD - period');

Line 7500: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'end date calc for PJTD - period');

7496: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-Y-R');
7497: x_end_date := l_year_end_date;
7498: END IF;
7499: -- end date calc for PJTD - period
7500: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'end date calc for PJTD - period');
7501:
7502: ELSIF p_boundary_code = 'P' THEN
7503: g_error_stage := 'PJTD-P';
7504: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-P');

Line 7504: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-P');

7500: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'end date calc for PJTD - period');
7501:
7502: ELSIF p_boundary_code = 'P' THEN
7503: g_error_stage := 'PJTD-P';
7504: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PJTD-P');
7505: IF p_time_phase_type_code = 'P' THEN
7506: x_end_date := l_pa_period_end_date;
7507: ELSIF p_time_phase_type_code = 'G' THEN
7508: x_end_date := l_gl_period_end_date;

Line 7514: PA_FUNDS_CONTROL_PKG.log_message

7510: x_end_date := l_dr_period_end_date;
7511: END IF;
7512: ELSE -- end date calc for PJTD - period
7513: -- error msg : F124 = Invalid Boundary code for Project to Date
7514: PA_FUNDS_CONTROL_PKG.log_message
7515: (p_msg_token1 =>'Invalid Boundary code for Project to Date');
7516: x_result_code := 'F124';
7517: x_return_status := 'F';
7518: PA_DEBUG.reset_err_stack;

Line 7524: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'start date calc - YTD');

7520: NULL;
7521: END IF;
7522: -- Year to Date - start and End date calculation
7523: -- start date calc - YTD
7524: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'start date calc - YTD');
7525:
7526: ELSIF p_amount_type = 'YTD' THEN
7527:
7528: IF p_time_phase_type_code = 'P' THEN

Line 7530: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'YTD1-P');

7526: ELSIF p_amount_type = 'YTD' THEN
7527:
7528: IF p_time_phase_type_code = 'P' THEN
7529: g_error_stage := 'YTD1-P';
7530: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'YTD1-P');
7531: BEGIN
7532: SELECT p.start_date
7533: INTO l_gs_start_date
7534: FROM pa_periods p

Line 7543: PA_FUNDS_CONTROL_PKG.log_message

7539: x_start_date := l_year_start_date;
7540: END;
7541: ELSIF p_time_phase_type_code = 'G' THEN
7542: g_error_stage := 'YTD2-G';
7543: PA_FUNDS_CONTROL_PKG.log_message
7544: (p_msg_token1 =>'YTD2-G');
7545: x_start_date := l_year_start_date;
7546: ELSIF p_time_phase_type_code = 'R' THEN
7547: g_error_stage := 'YTD3-R';

Line 7548: PA_FUNDS_CONTROL_PKG.log_message

7544: (p_msg_token1 =>'YTD2-G');
7545: x_start_date := l_year_start_date;
7546: ELSIF p_time_phase_type_code = 'R' THEN
7547: g_error_stage := 'YTD3-R';
7548: PA_FUNDS_CONTROL_PKG.log_message
7549: (p_msg_token1 =>'YTD3-R');
7550: x_start_date := l_year_start_date;
7551: END IF;
7552:

Line 7554: PA_FUNDS_CONTROL_PKG.log_message

7550: x_start_date := l_year_start_date;
7551: END IF;
7552:
7553: -- end date calc for YTD - year
7554: PA_FUNDS_CONTROL_PKG.log_message
7555: (p_msg_token1 =>'end date calc for YTD - year');
7556: IF p_boundary_code = 'Y' THEN
7557: IF p_time_phase_type_code = 'P' THEN
7558: g_error_stage := 'YTD-Y-P';

Line 7559: PA_FUNDS_CONTROL_PKG.log_message

7555: (p_msg_token1 =>'end date calc for YTD - year');
7556: IF p_boundary_code = 'Y' THEN
7557: IF p_time_phase_type_code = 'P' THEN
7558: g_error_stage := 'YTD-Y-P';
7559: PA_FUNDS_CONTROL_PKG.log_message
7560: (p_msg_token1 =>'YTD-Y-P');
7561: BEGIN
7562: SELECT p.end_date
7563: INTO l_gs_end_date

Line 7573: PA_FUNDS_CONTROL_PKG.log_message

7569: x_end_date := l_year_end_date;
7570: END;
7571: ELSIF p_time_phase_type_code = 'G' THEN
7572: g_error_stage := 'YTD-Y-G';
7573: PA_FUNDS_CONTROL_PKG.log_message
7574: (p_msg_token1 =>'YTD-Y-G');
7575: x_end_date := l_year_end_date;
7576: ELSIF p_time_phase_type_code = 'R' THEN
7577: g_error_stage := 'YTD-Y-R';

Line 7578: PA_FUNDS_CONTROL_PKG.log_message

7574: (p_msg_token1 =>'YTD-Y-G');
7575: x_end_date := l_year_end_date;
7576: ELSIF p_time_phase_type_code = 'R' THEN
7577: g_error_stage := 'YTD-Y-R';
7578: PA_FUNDS_CONTROL_PKG.log_message
7579: (p_msg_token1 =>'YTD-Y-R');
7580: x_end_date := l_year_end_date;
7581: END IF;
7582: -- end date calc for YTD - period

Line 7585: PA_FUNDS_CONTROL_PKG.log_message

7581: END IF;
7582: -- end date calc for YTD - period
7583: ELSIF p_boundary_code = 'P' THEN
7584: g_error_stage := 'YTD-P';
7585: PA_FUNDS_CONTROL_PKG.log_message
7586: (p_msg_token1 => 'YTD-P');
7587: IF p_time_phase_type_code = 'P' THEN
7588: x_end_date := l_pa_period_end_date;
7589: ELSIF p_time_phase_type_code = 'G' THEN

Line 7597: PA_FUNDS_CONTROL_PKG.log_message

7593: END IF;
7594:
7595: ELSE
7596: -- Error msg : F125 = Invalid boundary code for YTD
7597: PA_FUNDS_CONTROL_PKG.log_message
7598: (p_msg_token1 =>'Invalid boundary code for YTD');
7599: x_result_code := 'F125';
7600: x_return_status := 'F';
7601: PA_DEBUG.reset_err_stack;

Line 7611: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PTD-P');

7607:
7608: ELSIF p_amount_type = 'PTD' THEN
7609: IF p_boundary_code = 'P' THEN
7610: g_error_stage := 'PTD-P';
7611: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'PTD-P');
7612: IF p_time_phase_type_code = 'P' THEN
7613: x_start_date := l_pa_period_start_date;
7614: x_end_date := l_pa_period_end_date;
7615: ELSIF p_time_phase_type_code = 'G' THEN

Line 7624: PA_FUNDS_CONTROL_PKG.log_message

7620: x_end_date := l_dr_period_end_date;
7621: END IF;
7622: ELSE
7623: -- error msg : F127 = Invalid boundary code for PTD
7624: PA_FUNDS_CONTROL_PKG.log_message
7625: (p_msg_token1 =>'Invalid boundary code for PTD');
7626: x_result_code := 'F127';
7627: x_return_status := 'F';
7628: PA_DEBUG.reset_err_stack;

Line 7634: PA_FUNDS_CONTROL_PKG.log_message

7630: NULL;
7631: END IF;
7632: ELSE
7633: -- error msg : F122 = Invalid Amount type boundary code
7634: PA_FUNDS_CONTROL_PKG.log_message
7635: (p_msg_token1 =>'Invalid Amount type boundary code');
7636: x_result_code := 'F122';
7637: x_return_status := 'F';
7638: PA_DEBUG.reset_err_stack;

Line 7646: PA_FUNDS_CONTROL_PKG.log_message

7642: END IF;
7643:
7644: ELSE
7645: -- error msg : F122 = Invalid Amount type boundary code
7646: PA_FUNDS_CONTROL_PKG.log_message
7647: (p_msg_token1 =>'Invalid Amount type boundary code');
7648: x_result_code := 'F122';
7649: x_return_status := 'F';
7650: PA_DEBUG.reset_err_stack;

Line 7658: PA_FUNDS_CONTROL_PKG.log_message

7654:
7655: --('After Date Check Process');
7656:
7657: IF x_start_date IS NULL OR x_end_date IS NULL THEN
7658: PA_FUNDS_CONTROL_PKG.log_message
7659: (p_msg_token1 =>'x_start_date IS NULL OR x_end_date IS NULL');
7660: IF p_time_phase_type_code = 'R' THEN
7661: --error msg : F129 = Start and end date is null for Date range
7662: x_result_code := 'F129';

Line 7676: PA_FUNDS_CONTROL_PKG.log_message

7672: END IF;
7673:
7674: x_error_code := 2;
7675: END IF;
7676: PA_FUNDS_CONTROL_PKG.log_message
7677: (p_msg_token1 =>'End of setup start and end date');
7678:
7679: PA_DEBUG.reset_err_stack;
7680: Return;

Line 7684: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Exception: No Data Found - F136');

7680: Return;
7681: EXCEPTION
7682:
7683: WHEN NO_DATA_FOUND THEN
7684: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Exception: No Data Found - F136');
7685: --Error msg : F136 = Funds check failed at Start and End Date Calculations;
7686: x_result_code := 'F136';
7687: PA_DEBUG.reset_err_stack;
7688: Return;

Line 7732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Different 1 '||p_type);

7728: g_sd_amt_type is null or g_sd_amt_type <> p_amount_type OR
7729: g_sd_boundary_code is null or g_sd_boundary_code <> p_boundary_code OR
7730: g_sd_sob is null or g_sd_sob <> p_set_of_books_id then
7731:
7732: pa_funds_control_pkg.log_message(p_msg_token1 => 'Different 1 '||p_type);
7733:
7734: setup_start_end_date (
7735: p_packet_id => p_packet_id
7736: ,p_bc_packet_id => p_bc_packet_id

Line 7767: pa_funds_control_pkg.log_message(p_msg_token1 => 'Same '||p_type);

7763: trunc(p_expenditure_item_date) between trunc(g_start_date) and trunc(g_end_date) then
7764: l_start_date := g_start_date;
7765: l_end_date := g_end_date;
7766: x_result_code := g_sd_result_code;
7767: pa_funds_control_pkg.log_message(p_msg_token1 => 'Same '||p_type);
7768:
7769: Else
7770: pa_funds_control_pkg.log_message(p_msg_token1 => 'Different 2');
7771: setup_start_end_date (

Line 7770: pa_funds_control_pkg.log_message(p_msg_token1 => 'Different 2');

7766: x_result_code := g_sd_result_code;
7767: pa_funds_control_pkg.log_message(p_msg_token1 => 'Same '||p_type);
7768:
7769: Else
7770: pa_funds_control_pkg.log_message(p_msg_token1 => 'Different 2');
7771: setup_start_end_date (
7772: p_packet_id => p_packet_id
7773: ,p_bc_packet_id => p_bc_packet_id
7774: ,p_project_id => p_project_id

Line 7804: pa_funds_control_pkg.log_message(p_msg_token1 =>

7800:
7801: EXCEPTION
7802:
7803: when others then
7804: pa_funds_control_pkg.log_message(p_msg_token1 =>
7805: 'Failed in the get_start_date api');
7806: raise;
7807:
7808: END get_start_or_end_date;

Line 7822: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then

7818:
7819: BEGIN
7820:
7821: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
7822: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
7823:
7824: If pa_funds_control_pkg.g_debug_mode = 'Y' then
7825: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU');
7826: end if;

Line 7824: If pa_funds_control_pkg.g_debug_mode = 'Y' then

7820:
7821: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
7822: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
7823:
7824: If pa_funds_control_pkg.g_debug_mode = 'Y' then
7825: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU');
7826: end if;
7827: Return;
7828: END IF;

Line 7825: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU');

7821: -- Bug 5354715 : Added the "PA IMPLEMENTED IN OU" check.
7822: IF PA_FUNDS_CONTROL_PKG.IS_PA_INSTALL_IN_OU = 'N' then
7823:
7824: If pa_funds_control_pkg.g_debug_mode = 'Y' then
7825: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU');
7826: end if;
7827: Return;
7828: END IF;
7829:

Line 7830: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

7826: end if;
7827: Return;
7828: END IF;
7829:
7830: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7831: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Start ');
7832: End if;
7833:
7834: IF pa_budget_fund_pkg.g_processing_mode IN ('YEAR_END','CHECK_FUNDS','BASELINE') THEN

Line 7831: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Start ');

7827: Return;
7828: END IF;
7829:
7830: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7831: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Start ');
7832: End if;
7833:
7834: IF pa_budget_fund_pkg.g_processing_mode IN ('YEAR_END','CHECK_FUNDS','BASELINE') THEN
7835: RETURN;

Line 7838: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

7834: IF pa_budget_fund_pkg.g_processing_mode IN ('YEAR_END','CHECK_FUNDS','BASELINE') THEN
7835: RETURN;
7836: END IF;
7837:
7838: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7839: FOR i IN C_PRINT_EVENT_STATUS LOOP
7840: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Result Code of event_id '||i.event_id||' = '||i.result_code);
7841: END LOOP;
7842: End if;

Line 7840: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Result Code of event_id '||i.event_id||' = '||i.result_code);

7836: END IF;
7837:
7838: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7839: FOR i IN C_PRINT_EVENT_STATUS LOOP
7840: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : Result Code of event_id '||i.event_id||' = '||i.result_code);
7841: END LOOP;
7842: End if;
7843:
7844:

Line 7863: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

7859: (SELECT event_id
7860: FROM PSA_BC_XLA_EVENTS_GT
7861: WHERE upper(result_code) in ('XLA_ERROR','FATAL','XLA_UNPROCESSED','XLA_NO_JOURNAL'));
7862:
7863: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7864: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : End ');
7865: End if;
7866:
7867: END TIEBACK_FAILED_ACCT_STATUS;

Line 7864: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : End ');

7860: FROM PSA_BC_XLA_EVENTS_GT
7861: WHERE upper(result_code) in ('XLA_ERROR','FATAL','XLA_UNPROCESSED','XLA_NO_JOURNAL'));
7862:
7863: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
7864: pa_funds_control_pkg.log_message(p_msg_token1 => 'TIEBACK_FAILED_ACCT_STATUS : End ');
7865: End if;
7866:
7867: END TIEBACK_FAILED_ACCT_STATUS;
7868:

Line 8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');

8101:
8102: --- Initialize the error statck
8103: x_result_code := 'Success';
8104:
8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8106:
8107:
8108: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');

Line 8108: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);

8104:
8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8106:
8107:
8108: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8110:
8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8112: ,x_write_file => 'LOG'

Line 8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');

8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8106:
8107:
8108: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8110:
8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8112: ,x_write_file => 'LOG'
8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);

Line 8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);

8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8110:
8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8112: ,x_write_file => 'LOG'
8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');
8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);

Line 8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8112: ,x_write_file => 'LOG'
8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');
8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);
8118: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : P_request_id = '||P_request_id);
8119: End if;

Line 8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');

8112: ,x_write_file => 'LOG'
8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');
8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);
8118: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : P_request_id = '||P_request_id);
8119: End if;
8120:

Line 8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);

8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');
8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);
8118: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : P_request_id = '||P_request_id);
8119: End if;
8120:
8121: -----------------------------------------------------------------------------------+

Line 8118: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : P_request_id = '||P_request_id);

8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8116: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : In start ');
8117: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE: p_calling_module = '||p_calling_module);
8118: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : P_request_id = '||P_request_id);
8119: End if;
8120:
8121: -----------------------------------------------------------------------------------+
8122: -- Invoke the Sweeper process to sweep all the encumbrance etries

Line 8131: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8127: X_Error_Message_Code => l_Msg_Data
8128: );
8129:
8130: IF l_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
8131: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8132: pa_funds_control_pkg.log_message(p_msg_token1 => 'Error occured while running sweeper process PA_Sweeper.Update_Act_Enc_Balance');
8133: pa_funds_control_pkg.log_message(p_msg_token1 => 'X_Error_Message_Code:'||l_Msg_Data);
8134: END IF;
8135: x_result_code := 'Error';

Line 8132: pa_funds_control_pkg.log_message(p_msg_token1 => 'Error occured while running sweeper process PA_Sweeper.Update_Act_Enc_Balance');

8128: );
8129:
8130: IF l_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
8131: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8132: pa_funds_control_pkg.log_message(p_msg_token1 => 'Error occured while running sweeper process PA_Sweeper.Update_Act_Enc_Balance');
8133: pa_funds_control_pkg.log_message(p_msg_token1 => 'X_Error_Message_Code:'||l_Msg_Data);
8134: END IF;
8135: x_result_code := 'Error';
8136: RETURN;

Line 8133: pa_funds_control_pkg.log_message(p_msg_token1 => 'X_Error_Message_Code:'||l_Msg_Data);

8129:
8130: IF l_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
8131: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8132: pa_funds_control_pkg.log_message(p_msg_token1 => 'Error occured while running sweeper process PA_Sweeper.Update_Act_Enc_Balance');
8133: pa_funds_control_pkg.log_message(p_msg_token1 => 'X_Error_Message_Code:'||l_Msg_Data);
8134: END IF;
8135: x_result_code := 'Error';
8136: RETURN;
8137: END IF;

Line 8139: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8135: x_result_code := 'Error';
8136: RETURN;
8137: END IF;
8138:
8139: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8140: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Opening cursor CDL_CUR ');
8141: End if;
8142:
8143: OPEN CDL_CUR ;

Line 8140: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Opening cursor CDL_CUR ');

8136: RETURN;
8137: END IF;
8138:
8139: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8140: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Opening cursor CDL_CUR ');
8141: End if;
8142:
8143: OPEN CDL_CUR ;
8144: FETCH CDL_CUR BULK COLLECT INTO

Line 8203: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8199: CLOSE CDL_CUR;
8200:
8201: l_count_of_records := l_Exp_Item_Id_tbl.count;
8202:
8203: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8204: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : NUmber of records fethced '||l_count_of_records);
8205: End if;
8206:
8207: IF l_count_of_records <> 0 THEN

Line 8204: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : NUmber of records fethced '||l_count_of_records);

8200:
8201: l_count_of_records := l_Exp_Item_Id_tbl.count;
8202:
8203: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8204: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : NUmber of records fethced '||l_count_of_records);
8205: End if;
8206:
8207: IF l_count_of_records <> 0 THEN
8208:

Line 8224: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8220: FOR cdl_rec in 1..l_count_of_records LOOP
8221:
8222: IF l_budget_line_id_tbl(cdl_rec) IS NULL OR l_budget_version_id_tbl(cdl_rec) is NULL THEN
8223:
8224: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8225: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Data interfaced prior R12');
8226: End if;
8227:
8228: OPEN c_bc_com_details (l_doc_header_id_tbl(cdl_rec),

Line 8225: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Data interfaced prior R12');

8221:
8222: IF l_budget_line_id_tbl(cdl_rec) IS NULL OR l_budget_version_id_tbl(cdl_rec) is NULL THEN
8223:
8224: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8225: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : Data interfaced prior R12');
8226: End if;
8227:
8228: OPEN c_bc_com_details (l_doc_header_id_tbl(cdl_rec),
8229: l_doc_line_number_tbl(cdl_rec),

Line 8249: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8245: l_bc_exp_item_id_tbl,
8246: l_bc_transfer_sts_code_tbl;
8247: CLOSE c_bc_com_details;
8248:
8249: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8250: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of records fetched from CDL'||l_bc_commitment_id_tbl.count);
8251: End if;
8252:
8253: l_budget_line_id := NULL;

Line 8250: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of records fetched from CDL'||l_bc_commitment_id_tbl.count);

8246: l_bc_transfer_sts_code_tbl;
8247: CLOSE c_bc_com_details;
8248:
8249: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8250: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of records fetched from CDL'||l_bc_commitment_id_tbl.count);
8251: End if;
8252:
8253: l_budget_line_id := NULL;
8254:

Line 8268: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8264: EXIT;
8265: END IF;
8266: END LOOP;
8267:
8268: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8269: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : budget line id on bc comt'||l_budget_line_id);
8270: End if;
8271:
8272: IF l_budget_line_id IS NULL THEN

Line 8269: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : budget line id on bc comt'||l_budget_line_id);

8265: END IF;
8266: END LOOP;
8267:
8268: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8269: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : budget line id on bc comt'||l_budget_line_id);
8270: End if;
8271:
8272: IF l_budget_line_id IS NULL THEN
8273:

Line 8288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8284: x_budget_line_id => l_budget_line_id,
8285: x_return_status => l_return_status,
8286: x_error_message_code => l_error_message_code);
8287:
8288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8289: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on bc comt'||l_budget_line_id);
8290: End if;
8291:
8292: END IF;

Line 8289: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on bc comt'||l_budget_line_id);

8285: x_return_status => l_return_status,
8286: x_error_message_code => l_error_message_code);
8287:
8288: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8289: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on bc comt'||l_budget_line_id);
8290: End if;
8291:
8292: END IF;
8293:

Line 8300: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8296: SET budget_line_id = l_budget_line_id
8297: WHERE bc_commitment_id = l_bc_commitment_id_tbl(i)
8298: AND budget_line_id IS NULL;
8299:
8300: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8301: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);
8302: End if;
8303:
8304: -- Check if Project/task on CDL has ben modified i.e. different from the one stamped

Line 8301: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);

8297: WHERE bc_commitment_id = l_bc_commitment_id_tbl(i)
8298: AND budget_line_id IS NULL;
8299:
8300: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8301: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);
8302: End if;
8303:
8304: -- Check if Project/task on CDL has ben modified i.e. different from the one stamped
8305: -- on bc commitments.In this case rederive budget version details and then

Line 8334: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8330: x_budget_line_id => l_budget_line_id,
8331: x_return_status => l_return_status,
8332: x_error_message_code => l_error_message_code);
8333:
8334: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8335: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on cdl'||l_budget_line_id);
8336: End if;
8337: END IF;
8338:

Line 8335: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on cdl'||l_budget_line_id);

8331: x_return_status => l_return_status,
8332: x_error_message_code => l_error_message_code);
8333:
8334: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8335: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : derived budget line id on cdl'||l_budget_line_id);
8336: End if;
8337: END IF;
8338:
8339: UPDATE pa_cost_distribution_lines_all cdl

Line 8344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8340: SET cdl.budget_version_id = NVL(l_cdl_budget_version_id,l_bc_budget_version_id_tbl(1)),
8341: cdl.budget_line_id = l_budget_line_id
8342: WHERE cdl.rowid = l_cdl_rowid_tbl(cdl_rec);
8343:
8344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8345: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of cdl records updated'||SQL%ROWCOUNT);
8346: End if;
8347:
8348: FORALL i in 1..l_bc_commitment_id_tbl.count

Line 8345: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of cdl records updated'||SQL%ROWCOUNT);

8341: cdl.budget_line_id = l_budget_line_id
8342: WHERE cdl.rowid = l_cdl_rowid_tbl(cdl_rec);
8343:
8344: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8345: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of cdl records updated'||SQL%ROWCOUNT);
8346: End if;
8347:
8348: FORALL i in 1..l_bc_commitment_id_tbl.count
8349: UPDATE pa_bc_commitments

Line 8355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8351: WHERE bc_commitment_id = l_bc_commitment_id_tbl(i)
8352: AND exp_item_id IS NULL
8353: AND transfer_status_code in ('P','R','X');
8354:
8355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8356: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);
8357: End if;
8358:
8359: END IF; --IF l_budget_line_id_tbl(cdl_rec) IS NULL OR l_budget_version_id_tbl(cdl_rec) is NULL THEN

Line 8356: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);

8352: AND exp_item_id IS NULL
8353: AND transfer_status_code in ('P','R','X');
8354:
8355: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8356: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : # of bc comt records updated'||SQL%ROWCOUNT);
8357: End if;
8358:
8359: END IF; --IF l_budget_line_id_tbl(cdl_rec) IS NULL OR l_budget_version_id_tbl(cdl_rec) is NULL THEN
8360: END LOOP; --FOR cdl_rec in 1..l_count_of_records LOOP

Line 8363: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8359: END IF; --IF l_budget_line_id_tbl(cdl_rec) IS NULL OR l_budget_version_id_tbl(cdl_rec) is NULL THEN
8360: END LOOP; --FOR cdl_rec in 1..l_count_of_records LOOP
8361: -- End of logic added for Bug 5680236
8362:
8363: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8364: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');
8365: End if;
8366:
8367: FORALL i in 1..l_count_of_records

Line 8364: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');

8360: END LOOP; --FOR cdl_rec in 1..l_count_of_records LOOP
8361: -- End of logic added for Bug 5680236
8362:
8363: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8364: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');
8365: End if;
8366:
8367: FORALL i in 1..l_count_of_records
8368: UPDATE pa_bc_commitments bc_cm

Line 8468: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8464: AND bc_cm.document_type = 'AP'
8465: AND bc_cm.burden_cost_flag = 'R'
8466: AND ((bc_cm.parent_bc_packet_id IS NOT NULL AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8467:
8468: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8469: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of AP commitments updated '||SQL%ROWCOUNT);
8470: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');
8471: End if;
8472:

Line 8469: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of AP commitments updated '||SQL%ROWCOUNT);

8465: AND bc_cm.burden_cost_flag = 'R'
8466: AND ((bc_cm.parent_bc_packet_id IS NOT NULL AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8467:
8468: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8469: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of AP commitments updated '||SQL%ROWCOUNT);
8470: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');
8471: End if;
8472:
8473: FORALL i in 1..l_count_of_records

Line 8470: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');

8466: AND ((bc_cm.parent_bc_packet_id IS NOT NULL AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8467:
8468: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8469: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of AP commitments updated '||SQL%ROWCOUNT);
8470: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : updating eligible AP commitments for liq encumbrance ');
8471: End if;
8472:
8473: FORALL i in 1..l_count_of_records
8474: UPDATE pa_bc_commitments bc_cm

Line 8582: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8578: and bc_cm.document_type = 'PO'
8579: and bc_cm.burden_cost_flag = 'R'
8580: and ((bc_cm.parent_bc_packet_id is not null AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8581:
8582: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8583: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of PO commitments updated '||SQL%ROWCOUNT);
8584: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : End');
8585: End if;
8586:

Line 8583: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of PO commitments updated '||SQL%ROWCOUNT);

8579: and bc_cm.burden_cost_flag = 'R'
8580: and ((bc_cm.parent_bc_packet_id is not null AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8581:
8582: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8583: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of PO commitments updated '||SQL%ROWCOUNT);
8584: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : End');
8585: End if;
8586:
8587: END IF; --IF l_count_of_records <> 0 THEN

Line 8584: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : End');

8580: and ((bc_cm.parent_bc_packet_id is not null AND l_cdl_line_type_tbl(i) ='R') OR l_cdl_line_type_tbl(i) ='D');
8581:
8582: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8583: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Number of PO commitments updated '||SQL%ROWCOUNT);
8584: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE : End');
8585: End if;
8586:
8587: END IF; --IF l_count_of_records <> 0 THEN
8588:

Line 8591: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

8587: END IF; --IF l_count_of_records <> 0 THEN
8588:
8589: EXCEPTION
8590: WHEN OTHERS THEN
8591: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8592: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Exception '||SQLERRM);
8593: x_result_code := 'Error';
8594: End if;
8595:

Line 8592: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Exception '||SQLERRM);

8588:
8589: EXCEPTION
8590: WHEN OTHERS THEN
8591: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN
8592: pa_funds_control_pkg.log_message(p_msg_token1 => 'INTERFACE_TBC_BTC_COMT_UPDATE :Exception '||SQLERRM);
8593: x_result_code := 'Error';
8594: End if;
8595:
8596: END INTERFACE_TBC_BTC_COMT_UPDATE;

Line 8852: pa_funds_control_pkg.log_message

8848: g_tab_pkt_reference3;
8849:
8850:
8851: CLOSE cur_gl_pkts;
8852: pa_funds_control_pkg.log_message
8853: (p_msg_token1 => 'Number of rows copied to plsql tabs :'||g_tab_rowid.count);
8854: If g_tab_rowid.EXISTS(1) then
8855:
8856: pa_funds_control_pkg.log_message

Line 8856: pa_funds_control_pkg.log_message

8852: pa_funds_control_pkg.log_message
8853: (p_msg_token1 => 'Number of rows copied to plsql tabs :'||g_tab_rowid.count);
8854: If g_tab_rowid.EXISTS(1) then
8855:
8856: pa_funds_control_pkg.log_message
8857: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8858:
8859: -- initialize the accounting currency code,
8860: pa_multi_currency.init;

Line 8866: pa_funds_control_pkg.log_message

8862: --Get the accounting currency into a global variable.
8863: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8864:
8865: --insert these records into pa bc packets
8866: pa_funds_control_pkg.log_message
8867: (p_msg_token1 => 'calling create pkt lines api');
8868:
8869: create_CBC_pkt_lines
8870: (p_calling_module => p_calling_module

Line 8880: pa_funds_control_pkg.log_message

8876:
8877: ELSIF p_calling_module = 'CBC' and p_reference2 is NOT NULL then
8878:
8879:
8880: pa_funds_control_pkg.log_message
8881: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8882:
8883: -- initialize the accounting currency code,
8884: pa_multi_currency.init;

Line 8890: pa_funds_control_pkg.log_message

8886: --Get the accounting currency into a global variable.
8887: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8888:
8889: --insert these records into pa bc packets
8890: pa_funds_control_pkg.log_message
8891: (p_msg_token1 => 'calling create pkt lines api');
8892:
8893: create_CBC_pkt_lines
8894: (p_calling_module => p_calling_module

Line 8948: pa_funds_control_pkg.check_bdn_on_sep_item(igc.project_id) burden_method_code,

8944: 'I' status_code,
8945: pa_funds_control_utils.get_fnd_reqd_flag(pp.project_id ,'STD') fck_reqd_flag,
8946: null parent_bc_packet_id,
8947: NULL main_or_backing_code,
8948: pa_funds_control_pkg.check_bdn_on_sep_item(igc.project_id) burden_method_code,
8949: NULL budget_line_id,
8950: NULL source_event_id,
8951: NULL distribution_type,
8952: NULL po_release_Id,

Line 9008: pa_funds_control_pkg.check_bdn_on_sep_item(igc.project_id) burden_method_code,

9004: igci.cc_acct_line_id line_id,
9005: NULL event_id,
9006: igchead.vendor_id,
9007: NULL main_or_backing_code,
9008: pa_funds_control_pkg.check_bdn_on_sep_item(igc.project_id) burden_method_code,
9009: NULL budget_line_id,
9010: igci.event_id source_event_id,
9011: igc.CC_ACCT_ENCMBRNC_DATE gl_date,
9012: NULL distribution_type,

Line 9076: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside create_bc_pkt api calling module ['

9072: );
9073: BEGIN
9074:
9075:
9076: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside create_bc_pkt api calling module ['
9077: ||p_calling_module||'] g_tab_rowid.count['||g_tab_rowid.count||']' );
9078:
9079: IF p_calling_module = 'GL' and g_tab_rowid.EXISTS(1) then
9080:

Line 9083: pa_funds_control_pkg.log_message(p_msg_token1 => 'inside for loop l_counter'||l_counter);

9079: IF p_calling_module = 'GL' and g_tab_rowid.EXISTS(1) then
9080:
9081: FOR i IN g_tab_rowid.FIRST ..g_tab_rowid.LAST LOOP
9082: l_counter := l_counter + 1;
9083: pa_funds_control_pkg.log_message(p_msg_token1 => 'inside for loop l_counter'||l_counter);
9084:
9085: IF g_tab_doc_type(i) in ('CC_C_PAY','CC_P_PAY') then
9086: pa_funds_control_pkg.log_message
9087: (p_msg_token1 =>'doc type is '||g_tab_doc_type(i));

Line 9086: pa_funds_control_pkg.log_message

9082: l_counter := l_counter + 1;
9083: pa_funds_control_pkg.log_message(p_msg_token1 => 'inside for loop l_counter'||l_counter);
9084:
9085: IF g_tab_doc_type(i) in ('CC_C_PAY','CC_P_PAY') then
9086: pa_funds_control_pkg.log_message
9087: (p_msg_token1 =>'doc type is '||g_tab_doc_type(i));
9088: g_tab_p_bc_packet_id(i) := null;
9089: OPEN cur_igc_details(g_tab_reference1(i),
9090: g_tab_reference2(i),

Line 9123: pa_funds_control_pkg.log_message(p_msg_token1 => 'fetch cursor');

9119: g_tab_enc_type_id(i),
9120: g_tab_vendor_id(i),
9121: g_tab_bc_packet_id(i);
9122:
9123: pa_funds_control_pkg.log_message(p_msg_token1 => 'fetch cursor');
9124: g_tab_p_bc_packet_id(i) := null;
9125: g_tab_doc_line_id(i) := NULL;
9126: /* added for bug fix: 3086398 */
9127: IF cur_igc_details%found then

Line 9142: pa_funds_control_pkg.log_message(p_msg_token1 => 'igc cursor Bdgt_Version['

9138: g_tab_budget_version_id(i) := NVL(pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
9139: (g_tab_project_id(i),'GL','DRAFT'),-9999);
9140:
9141: End If;
9142: pa_funds_control_pkg.log_message(p_msg_token1 => 'igc cursor Bdgt_Version['
9143: ||g_tab_budget_version_id(i)||']');
9144: /* end of bug fix:3086398 */
9145: Elsif cur_igc_details%NOTfound then
9146: pa_funds_control_pkg.log_message(p_msg_token1 => 'cur not found');

Line 9146: pa_funds_control_pkg.log_message(p_msg_token1 => 'cur not found');

9142: pa_funds_control_pkg.log_message(p_msg_token1 => 'igc cursor Bdgt_Version['
9143: ||g_tab_budget_version_id(i)||']');
9144: /* end of bug fix:3086398 */
9145: Elsif cur_igc_details%NOTfound then
9146: pa_funds_control_pkg.log_message(p_msg_token1 => 'cur not found');
9147: assign_plsql_tabs(p_counter => l_counter,
9148: p_fck_reqd_flag =>null);
9149: End if;
9150:

Line 9157: /* pa_funds_control_pkg.log_message(p_msg_token1 => 'calling Load_pkt API');

9153: END IF;
9154:
9155: END LOOP;
9156:
9157: /* pa_funds_control_pkg.log_message(p_msg_token1 => 'calling Load_pkt API');
9158: If g_tab_rowid.EXISTS(1) then
9159: Load_pkts(p_packet_id, p_mode);
9160: End if;*/
9161:

Line 9162: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');

9158: If g_tab_rowid.EXISTS(1) then
9159: Load_pkts(p_packet_id, p_mode);
9160: End if;*/
9161:
9162: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');
9163:
9164: ELSIF p_calling_module = 'CBC' and p_reference1 is not null and p_reference2 is NOT NULL then
9165:
9166: pa_funds_control_pkg.log_message(p_msg_token1 => 'calling module ['||p_calling_module||

Line 9166: pa_funds_control_pkg.log_message(p_msg_token1 => 'calling module ['||p_calling_module||

9162: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');
9163:
9164: ELSIF p_calling_module = 'CBC' and p_reference1 is not null and p_reference2 is NOT NULL then
9165:
9166: pa_funds_control_pkg.log_message(p_msg_token1 => 'calling module ['||p_calling_module||
9167: ']p_reference1 ['||p_reference1|| ']p_reference2 ['||p_reference2|| ']opening cursor cur_cbc_details');
9168:
9169: OPEN cur_cbc_details(p_reference1,p_reference2);
9170: FETCH cur_cbc_details BULK COLLECT INTO

Line 9239: pa_funds_control_pkg.log_message(p_msg_token1 =>'cur found calling Load_pkt API');

9235:
9236: End If;
9237: END LOOP;
9238: /* end of bug fix:3086398 */
9239: pa_funds_control_pkg.log_message(p_msg_token1 =>'cur found calling Load_pkt API');
9240: Load_pkts(p_packet_id, p_mode, 'CBC');
9241:
9242:
9243: Else

Line 9244: pa_funds_control_pkg.log_message(p_msg_token1 => ' cur_cbc_details not found');

9240: Load_pkts(p_packet_id, p_mode, 'CBC');
9241:
9242:
9243: Else
9244: pa_funds_control_pkg.log_message(p_msg_token1 => ' cur_cbc_details not found');
9245: null;
9246: End if;
9247: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');
9248:

Line 9247: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');

9243: Else
9244: pa_funds_control_pkg.log_message(p_msg_token1 => ' cur_cbc_details not found');
9245: null;
9246: End if;
9247: pa_funds_control_pkg.log_message(p_msg_token1 => 'end of create_pkt_lines api');
9248:
9249: END IF;
9250:
9251: END create_CBC_pkt_lines;

Line 9288: END PA_FUNDS_CONTROL_PKG1;

9284: raise;
9285:
9286: END assign_plsql_tabs;
9287:
9288: END PA_FUNDS_CONTROL_PKG1;