DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FA_RX_UTIL_PKG

Line 136: fa_rx_util_pkg.debug('asset_listing_run: ' || 'BEGIN REPORT');

132: -- For debug
133: --
134: h_sob_id := to_number(sob_id);
135: IF (g_print_debug) THEN
136: fa_rx_util_pkg.debug('asset_listing_run: ' || 'BEGIN REPORT');
137: END IF;
138: retcode := 2;
139: h_book := book;
140: h_period := period;

Line 516: fa_rx_util_pkg.debug('asset_listing_run: ' || h_mesg_name);

512: */
513: LOOP
514: h_mesg_name := 'FA_ASSET_LISTING_SQL_FCUR';
515: IF (g_print_debug) THEN
516: fa_rx_util_pkg.debug('asset_listing_run: ' || h_mesg_name);
517: END IF;
518: FETCH asset_lst_rows INTO
519: h_asset_cost_acct,
520: h_deprn_rsv_acct,

Line 552: fa_rx_util_pkg.debug('asset_listing_run: ' || h_mesg_name);

548: END IF;
549:
550: h_mesg_name := 'FA_RX_FETCH_CUR';
551: IF (g_print_debug) THEN
552: fa_rx_util_pkg.debug('asset_listing_run: ' || h_mesg_name);
553: END IF;
554:
555: h_account_description :=
556: fa_rx_shared_pkg.get_flex_val_meaning(NULL, acct_valueset_name, h_asset_cost_acct);

Line 1017: fa_rx_util_pkg.debug('asset_listing_run: ' || 'INSERT END');

1013: h_book_deprn_flag,
1014: h_category_deprn_flag);
1015: END IF;
1016: IF (g_print_debug) THEN
1017: fa_rx_util_pkg.debug('asset_listing_run: ' || 'INSERT END');
1018: END IF;
1019: END IF; -- added for bug 2681076
1020: END LOOP;
1021:

Line 1029: fa_rx_util_pkg.debug('asset_listing_run: ' || 'END REPORT');

1025:
1026: retcode := 0;
1027: errbuf := '';
1028: IF (g_print_debug) THEN
1029: fa_rx_util_pkg.debug('asset_listing_run: ' || 'END REPORT');
1030: END IF;
1031:
1032: -- reset GL sob id to original value before moving to next book
1033: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);