DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_FLEX_APIS

Line 263: /* FND_FLEX_APIS */

259: /* FND_PROFILE */
260: /* FND_INSTALLATION */
261: /* FND_MESSAGE */
262: /* FND_FLEX_EXT */
263: /* FND_FLEX_APIS */
264: /* */
265: /* GL Tables which are being used include : */
266: /* */
267: /* GL_BC_PACKETS */

Line 2459: if not FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,

2455: seg_name(g_num_segs) := c_seginfo.application_column_name;
2456: end loop;
2457:
2458: -- Get Cardinal Order or Index Number of the Account Segment
2459: if not FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,
2460: 'GL#',
2461: g_coa_id,
2462: 'GL_ACCOUNT',
2463: g_acct_seg_index) then

Line 2469: g_debug := g_debug||' GLXFKF Failed : FND_FLEX_APIS.GET_QUALIFIER_SEGNUM returned FALSE';

2465: add_message('FND', 'FLEXGL-NO ACCT SEG');
2466: -- =========================== FND LOG ===========================
2467: psa_utils.debug_other_string(g_state_level,l_full_path, ' RAISE OTHERS ' );
2468: -- ========================= FND LOG =============================
2469: g_debug := g_debug||' GLXFKF Failed : FND_FLEX_APIS.GET_QUALIFIER_SEGNUM returned FALSE';
2470: raise others;
2471: end if;
2472:
2473: -- =========================== FND LOG ===========================