DBA Data[Home] [Help]

APPS.PA_PACRCBDT_XMLP_PKG dependencies on FND_FLEX_EXT

Line 48: RETURN (fnd_flex_ext.get_segs('OFA', 'LOC#',101, location_id));

44: return('X');
45: end;
46: function cf_locationformula(location_id in number) return char is
47: BEGIN
48: RETURN (fnd_flex_ext.get_segs('OFA', 'LOC#',101, location_id));
49: end;
50: function cf_categoryformula(asset_category_id in number) return char is
51: BEGIN
52: RETURN (fnd_flex_ext.get_segs('OFA', 'CAT#',101, asset_category_id));

Line 52: RETURN (fnd_flex_ext.get_segs('OFA', 'CAT#',101, asset_category_id));

48: RETURN (fnd_flex_ext.get_segs('OFA', 'LOC#',101, location_id));
49: end;
50: function cf_categoryformula(asset_category_id in number) return char is
51: BEGIN
52: RETURN (fnd_flex_ext.get_segs('OFA', 'CAT#',101, asset_category_id));
53: end;
54: FUNCTION get_company_name RETURN BOOLEAN IS
55: l_name gl_sets_of_books.name%TYPE;
56: BEGIN