DBA Data[Home] [Help]

APPS.FUN_PERIOD_STATUS_PKG dependencies on GL_INTERFACE

Line 329: gl_interface gi,

325: AND fps.inteco_period_type=nvl(fso.inteco_period_type,'~~'));
326: cursor c_open_int_gl(l_prd_name in Varchar2) is
327: Select 1 from dual where exists
328: (Select 'X' from
329: gl_interface gi,
330: fun_period_statuses fps,fun_system_options fso
331: where gi.user_je_source_name = 'Global Intercompany' and
332: gi.user_je_category_name = 'Global Intercompany' and
333: gi.ledger_id = p_ledger_id and

Line 469: /* Check for any Open transactions in GL Interface */

465: x_close := 'N';
466: x_message_data := 'FUN_IC_TRXS_OPEN';
467: Raise FND_API.G_EXC_ERROR;
468: Else
469: /* Check for any Open transactions in GL Interface */
470: open c_open_int_gl(p_period_name);
471: fetch c_open_int_gl into l_count;
472: if (c_open_int_gl%found) then
473: x_close := 'N';