DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FA_RX_SHARED_PKG

Line 253: h_cat_segs FA_RX_SHARED_PKG.Seg_Array;

249: -- meets user criteria, the asset is selected for reclass.)
250: h_last_asset NUMBER(15) := NULL;
251: h_cat_flex_struct NUMBER;
252: h_new_concat_cat VARCHAR2(220); -- new category in concatenated string.
253: h_cat_segs FA_RX_SHARED_PKG.Seg_Array;
254: h_debug_flag VARCHAR2(3) := 'NO';
255: -- exception raised from this module and child modules.
256: mrcl_failure EXCEPTION;
257: h_dummy VARCHAR2(30);

Line 377: FA_RX_SHARED_PKG.Concat_Category(

373: FETCH get_cat_flex_struct INTO h_cat_flex_struct;
374: CLOSE get_cat_flex_struct;
375:
376: /* Get the new category code from the new category id. */
377: FA_RX_SHARED_PKG.Concat_Category(
378: struct_id => h_cat_flex_struct,
379: ccid => mr_rec.to_category_id,
380: concat_string => h_new_concat_cat,
381: segarray => h_cat_segs);

Line 635: h_cat_segs FA_RX_SHARED_PKG.Seg_Array;

631:
632: h_book_type_code VARCHAR2(15) := NULL;
633: h_cat_flex_struct NUMBER := X_Cat_Flex_Struct;
634: h_concat_cat VARCHAR2(220);
635: h_cat_segs FA_RX_SHARED_PKG.Seg_Array;
636: h_dpis DATE;
637: h_depreciate_flag VARCHAR2(3);
638: pos NUMBER;
639: h_dummy_bool1 BOOLEAN;

Line 706: FA_RX_SHARED_PKG.Concat_Category(

702: END IF;
703:
704: -- Get the category in concatenated string for the asset's current
705: -- category.
706: FA_RX_SHARED_PKG.Concat_Category(
707: struct_id => h_cat_flex_struct,
708: ccid => a_tbl(a_index).category_id,
709: concat_string => h_concat_cat,
710: segarray => h_cat_segs);