DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_FLEX_APIS

Line 274: /* FND_FLEX_APIS */

270: /* FND_PROFILE */
271: /* FND_INSTALLATION */
272: /* FND_MESSAGE */
273: /* FND_FLEX_EXT */
274: /* FND_FLEX_APIS */
275: /* */
276: /* GL Tables which are being used include : */
277: /* */
278: /* GL_BC_PACKETS */

Line 2470: if not FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,

2466: seg_name(g_num_segs) := c_seginfo.application_column_name;
2467: end loop;
2468:
2469: -- Get Cardinal Order or Index Number of the Account Segment
2470: if not FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,
2471: 'GL#',
2472: g_coa_id,
2473: 'GL_ACCOUNT',
2474: g_acct_seg_index) then

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

2476: add_message('FND', 'FLEXGL-NO ACCT SEG');
2477: -- =========================== FND LOG ===========================
2478: psa_utils.debug_other_string(g_state_level,l_full_path, ' RAISE OTHERS ' );
2479: -- ========================= FND LOG =============================
2480: g_debug := g_debug||' GLXFKF Failed : FND_FLEX_APIS.GET_QUALIFIER_SEGNUM returned FALSE';
2481: raise others;
2482: end if;
2483:
2484: -- =========================== FND LOG ===========================