DBA Data[Home] [Help]

APPS.FA_TRANSFER_XIT_PKG dependencies on DUAL

Line 25: FROM dual

21: CURSOR n_sob_id (p_psob_id IN NUMBER,
22: p_book_type_code IN VARCHAR2) is
23: SELECT p_psob_id AS sob_id,
24: 1 AS index_id
25: FROM dual
26: UNION
27: SELECT set_of_books_id AS sob_id,
28: 2 AS index_id
29: FROM fa_mc_book_controls

Line 818: -- individual fa_adjustments rows. other values already set in fautfr.

814: X_adj.code_combination_id := h_ccid;
815: X_adj.distribution_id := h_dist_id;
816:
817: -- call the insert into fa_adjusments funtion in SINGLE mode to insert the
818: -- individual fa_adjustments rows. other values already set in fautfr.
819:
820: X_adj.selection_mode := fa_adjust_type_pkg.FA_AJ_TRANSFER_SINGLE;
821: X_adj.gen_ccid_flag := TRUE;
822: