DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on FND_FLEX_EXT

Line 1813: v_of_seg fnd_flex_ext.SegmentArray;

1809: v_key_flex_code VARCHAR2(50);
1810: v_chart_of_account_id NUMBER;
1811: v_validation_date DATE;
1812: v_segment_count NUMBER;
1813: v_of_seg fnd_flex_ext.SegmentArray;
1814: x BOOLEAN;
1815: v_segment_delimiter gl_plcy_mst.segment_delimiter%TYPE;
1816:
1817:

Line 1859: x := fnd_flex_ext.get_combination_id( v_application_short_name,

1855: v_key_flex_code := 'GL#';
1856: v_validation_date := SYSDATE;
1857:
1858:
1859: x := fnd_flex_ext.get_combination_id( v_application_short_name,
1860: v_key_flex_code,
1861: v_chart_of_account_id,
1862: v_validation_date,
1863: v_segment_count,

Line 1911: v_segment IN OUT NOCOPY fnd_flex_ext.SegmentArray,

1907: PROCEDURE parse_account( v_co_code IN VARCHAR2,
1908: v_account IN VARCHAR2,
1909: v_type IN NUMBER,
1910: v_offset IN NUMBER,
1911: v_segment IN OUT NOCOPY fnd_flex_ext.SegmentArray,
1912: V_no_of_seg IN OUT NOCOPY NUMBER )
1913: IS
1914:
1915: /*Begin Bug#2376340 Piyush K. Mishra