DBA Data[Home] [Help]

APPS.FUN_PERIOD_STATUS_PKG dependencies on GL_INTERFACE

Line 331: gl_interface gi,

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

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

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