DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FA_DEBUG_PKG

Line 338: FA_DEBUG_PKG.Initialize;

334: BEGIN
335:
336: -- Initialize message stacks.
337: FA_SRVR_MSG.Init_Server_Message;
338: FA_DEBUG_PKG.Initialize;
339: FA_DEBUG_PKG.SET_DEBUG_FLAG;
340:
341: /* Bug 8402286 removing LARGE ROLLBACK SEGMENT
342: -- Set large rollback segment.

Line 339: FA_DEBUG_PKG.SET_DEBUG_FLAG;

335:
336: -- Initialize message stacks.
337: FA_SRVR_MSG.Init_Server_Message;
338: FA_DEBUG_PKG.Initialize;
339: FA_DEBUG_PKG.SET_DEBUG_FLAG;
340:
341: /* Bug 8402286 removing LARGE ROLLBACK SEGMENT
342: -- Set large rollback segment.
343: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', rbs_name);

Line 438: fa_debug_pkg.add('FARX_MCP.Preview_Change',

434: h_debug_flag := 'YES';
435: END IF;
436:
437: if (g_print_debug) then
438: fa_debug_pkg.add('FARX_MCP.Preview_Change',
439: 'Starting Preview',
440: '');
441: end if;
442:

Line 456: fa_debug_pkg.add('FARX_MCP.Preview_Change',

452: request id, if there is any.
453: =========================================================================*/
454:
455: if (g_print_debug) then
456: fa_debug_pkg.add('FARX_MCP.Preview_Change',
457: 'before deleting rows from itf table',
458: '');
459: end if;
460:

Line 546: fa_debug_pkg.add('after fecth',

542: a_tbl(a_index).from_deprn_limit_amount;
543: EXIT WHEN mass_change_assets%NOTFOUND;
544:
545: if (g_print_debug) then
546: fa_debug_pkg.add('after fecth',
547: 'asset_id',
548: a_tbl(a_index).asset_id);
549: end if;
550:

Line 552: fa_debug_pkg.add('calling',

548: a_tbl(a_index).asset_id);
549: end if;
550:
551: if (g_print_debug) then
552: fa_debug_pkg.add('calling',
553: 'store results',
554: a_index);
555: end if;
556:

Line 571: fa_debug_pkg.add('FARX_RP.Preview_Reclass',

567: -- and a_index to 0. Commit changes at every 200 assets as well.
568: IF (g_asset_count = h_commit_level) THEN
569: FOR i IN 1 .. a_index LOOP
570: if (g_print_debug) then
571: fa_debug_pkg.add('FARX_RP.Preview_Reclass',
572: 'Preview - inserting asset into itf-table at 200 loop',
573: a_tbl(a_index).asset_id );
574: end if;
575:

Line 599: fa_debug_pkg.add('FARX_MCP.Preview_Change',

595:
596: END LOOP;
597:
598: if (g_print_debug) then
599: fa_debug_pkg.add('FARX_MCP.Preview_Change',
600: 'after loop',
601: '');
602: end if;
603:

Line 611: fa_debug_pkg.add('FARX_MCP.Preview_Change',

607: -- Up to a_index - 1, to account for the extra increment taken for a_index
608: -- when no more rows were found in the cursor loop.
609:
610: if (g_print_debug) then
611: fa_debug_pkg.add('FARX_MCP.Preview_Change',
612: 'after closing cursor',
613: '');
614: end if;
615:

Line 620: fa_debug_pkg.add('FARX_MCP.Preview_Change',

616:
617: FOR i IN 1 .. (a_index - 1) LOOP
618:
619: if (g_print_debug) then
620: fa_debug_pkg.add('FARX_MCP.Preview_Change',
621: 'asset inserted',
622: a_tbl(i).asset_id);
623: fa_debug_pkg.add('FARX_MCP.Preview_Change',
624: 'book inserted',

Line 623: fa_debug_pkg.add('FARX_MCP.Preview_Change',

619: if (g_print_debug) then
620: fa_debug_pkg.add('FARX_MCP.Preview_Change',
621: 'asset inserted',
622: a_tbl(i).asset_id);
623: fa_debug_pkg.add('FARX_MCP.Preview_Change',
624: 'book inserted',
625: a_tbl(i).book_type_code);
626: end if;
627:

Line 673: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

669: */
670:
671: /* Bug 8402286 : BP:4672237
672: if (g_print_debug) then
673: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
674: end if;
675: */
676: FND_MSG_PUB.Count_And_Get(
677: p_count => h_msg_count,

Line 683: FA_DEBUG_PKG.Write_Debug_Log;

679: FA_SRVR_MSG.Write_Msg_Log(
680: msg_count => h_msg_count,
681: msg_data => h_msg_data);
682: IF (h_debug_flag = 'YES') THEN
683: FA_DEBUG_PKG.Write_Debug_Log;
684: END IF;
685:
686: errbuf := ''; -- No error.
687: retcode := 0; -- Completed normally.

Line 712: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

708: /* Commit changes. */
709: COMMIT WORK;
710: /* Bug 8402286 : BP:4672237
711: if (g_print_debug) then
712: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
713: end if;
714: */
715: /* Retrieve message log and write result to log and output. */
716: IF (X_RX_Flag = 'YES') THEN

Line 724: FA_DEBUG_PKG.Write_Debug_Log;

720: FA_SRVR_MSG.Write_Msg_Log(
721: msg_count => h_msg_count,
722: msg_data => h_msg_data);
723: IF (h_debug_flag = 'YES') THEN
724: FA_DEBUG_PKG.Write_Debug_Log;
725: END IF;
726: END IF;
727: WHEN OTHERS THEN
728: retcode := 2; -- Completed with error.

Line 754: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

750: /* Commit changes. */
751: COMMIT WORK;
752: /* Bug 8402286 : BP:4672237
753: if (g_print_debug) then
754: fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
755: end if;
756: */
757: /* Retrieve message log and write result to log and output. */
758: IF (X_RX_Flag = 'YES') THEN

Line 766: FA_DEBUG_PKG.Write_Debug_Log;

762: FA_SRVR_MSG.Write_Msg_Log(
763: msg_count => h_msg_count,
764: msg_data => h_msg_data);
765: IF (h_debug_flag = 'YES') THEN
766: FA_DEBUG_PKG.Write_Debug_Log;
767: END IF;
768: END IF;
769:
770: END Preview_Change;

Line 864: fa_debug_pkg.add('store',

860: a_tbl(a_index).to_method := nvl(X_mc_rec.to_method_code, a_tbl(a_index).from_method);
861: a_tbl(a_index).to_bonus_rule := nvl(X_mc_rec.to_bonus_rule, a_tbl(a_index).from_bonus_rule);
862:
863: if (g_print_debug) then
864: fa_debug_pkg.add('store',
865: 'entering group logic, to group assoc',
866: X_mc_rec.to_group_association);
867: fa_debug_pkg.add('store',
868: 'entering group logic, from group num',

Line 867: fa_debug_pkg.add('store',

863: if (g_print_debug) then
864: fa_debug_pkg.add('store',
865: 'entering group logic, to group assoc',
866: X_mc_rec.to_group_association);
867: fa_debug_pkg.add('store',
868: 'entering group logic, from group num',
869: X_mc_rec.from_group_asset_number);
870:
871: fa_debug_pkg.add('store',

Line 871: fa_debug_pkg.add('store',

867: fa_debug_pkg.add('store',
868: 'entering group logic, from group num',
869: X_mc_rec.from_group_asset_number);
870:
871: fa_debug_pkg.add('store',
872: 'entering group logic, to group number',
873: X_mc_rec.to_group_asset_number);
874:
875: end if;