DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on FND_FLEX_EXT

Line 611: x_of_seg fnd_flex_ext.SegmentArray;

607: x_key_flex_code VARCHAR2(50);
608: x_chart_of_account_id NUMBER;
609: x_validation_date DATE;
610: x_segment_count NUMBER;
611: x_of_seg fnd_flex_ext.SegmentArray;
612: x_ret BOOLEAN;
613: x_segment_delimiter gl_plcy_mst.segment_delimiter%TYPE;
614:
615:

Line 661: x_ret := fnd_flex_ext.get_combination_id(x_application_short_name,

657:
658: PrintLn('calling get_combination_id');
659:
660: /* Call the apps routine to get the CC id */
661: x_ret := fnd_flex_ext.get_combination_id(x_application_short_name,
662: x_key_flex_code,
663: x_chart_of_account_id,
664: x_validation_date,
665: x_segment_count,

Line 671: PrintLn('fnd_flex_ext.get_combination_id returns TRUE');

667: v_combination_id );
668:
669: PrintLn('finished calling get_combination_id');
670: IF x_ret = TRUE THEN
671: PrintLn('fnd_flex_ext.get_combination_id returns TRUE');
672: ELSE
673: PrintLn('fnd_flex_ext.get_combination_id returns FALSE');
674: END IF;
675:

Line 673: PrintLn('fnd_flex_ext.get_combination_id returns FALSE');

669: PrintLn('finished calling get_combination_id');
670: IF x_ret = TRUE THEN
671: PrintLn('fnd_flex_ext.get_combination_id returns TRUE');
672: ELSE
673: PrintLn('fnd_flex_ext.get_combination_id returns FALSE');
674: END IF;
675:
676: PrintLn('v_combination_id = '||to_char(v_combination_id));
677: PrintLn('end of gen_combination_id');

Line 697: -- # v_segment Segment array of type fnd_flex_ext.SegmentArray.

693: -- # v_type = 0 Parses Account unit segments
694: -- # = 1 Parses Account Segments
695: -- # = 2 Parses both Account unit and Account segments
696: -- # v_offset = Offset value.
697: -- # v_segment Segment array of type fnd_flex_ext.SegmentArray.
698: -- # V_no_of_seg Total no. of segments.
699: -- #
700: -- # OUTPUT PARAMETERS
701: -- # GLOBAL

Line 713: v_segment IN OUT NOCOPY fnd_flex_ext.SegmentArray,

709: PROCEDURE parse_account( v_co_code IN VARCHAR2,
710: v_account IN VARCHAR2,
711: v_type IN NUMBER,
712: v_offset IN NUMBER,
713: v_segment IN OUT NOCOPY fnd_flex_ext.SegmentArray,
714: V_no_of_seg IN OUT NOCOPY NUMBER )
715: AS
716: /** MC BUG# 2395971**/
717: -- change the select column segment_ref from