DBA Data[Home] [Help]

APPS.JG_RX_FAREG dependencies on FND_FLEX_APIS

Line 796: X_ret := FND_FLEX_APIS.get_segment_column(

792: fa_book_controls bkc
793: where bkc.book_type_code = PARM.p_Book_type_code and
794: bkc.set_of_books_id = sob.set_of_books_id;
795:
796: X_ret := FND_FLEX_APIS.get_segment_column(
797: 101, -- x_application_id
798: 'GL#', -- x_id_flex_code in
799: X_id_flex_Num, -- x_id_flex_num in
800: 'GL_ACCOUNT', -- x_seg_attr_type

Line 827: X_ret := FND_FLEX_APIS.get_segment_column(

823: BEGIN
824: FA_RX_UTIL_PKG.debug('JG_RX_FAREG.Get_category_segment()+');
825:
826: -- Takes major segment
827: X_ret := FND_FLEX_APIS.get_segment_column(
828: 140, -- x_application_id
829: 'CAT#', -- x_id_flex_code in
830: 101, -- x_id_flex_num in
831: 'BASED_CATEGORY', -- x_seg_attr_type

Line 845: X_ret := FND_FLEX_APIS.get_segment_column(

841: X_where_clause := ' AND CA.' || X_major_segment || ' = :b_major_category ';
842: END IF;
843:
844: -- Takes minor segment
845: X_ret := FND_FLEX_APIS.get_segment_column(
846: 140, -- x_application_id
847: 'CAT#', -- x_id_flex_code in
848: 101, -- x_id_flex_num in
849: 'MINOR_CATEGORY', -- x_seg_attr_type