DBA Data[Home] [Help]

APPS.JGRX_FAREG dependencies on FND_FLEX_APIS

Line 652: X_ret := FND_FLEX_APIS.get_segment_column(

648: fa_book_controls bkc
649: where bkc.book_type_code = PARM.p_Book_type_code and
650: bkc.set_of_books_id = sob.set_of_books_id;
651:
652: X_ret := FND_FLEX_APIS.get_segment_column(
653: 101, -- x_application_id
654: 'GL#', -- x_id_flex_code in
655: X_id_flex_Num, -- x_id_flex_num in
656: 'GL_ACCOUNT', -- x_seg_attr_type

Line 683: X_ret := FND_FLEX_APIS.get_segment_column(

679: BEGIN
680: FA_RX_UTIL_PKG.debug('JGRX_FAREG.Get_category_segment()+');
681:
682: -- Takes major segment
683: X_ret := FND_FLEX_APIS.get_segment_column(
684: 140, -- x_application_id
685: 'CAT#', -- x_id_flex_code in
686: 101, -- x_id_flex_num in
687: 'BASED_CATEGORY', -- x_seg_attr_type

Line 701: X_ret := FND_FLEX_APIS.get_segment_column(

697: X_where_clause := ' AND CA.' || X_major_segment || ' = :b_major_category ';
698: END IF;
699:
700: -- Takes minor segment
701: X_ret := FND_FLEX_APIS.get_segment_column(
702: 140, -- x_application_id
703: 'CAT#', -- x_id_flex_code in
704: 101, -- x_id_flex_num in
705: 'MINOR_CATEGORY', -- x_seg_attr_type