DBA Data[Home] [Help]

APPS.GL_CONS_HISTORY_PKG dependencies on GL_CONS_HISTORY_PKG

Line 1: PACKAGE BODY GL_CONS_HISTORY_PKG AS

1: PACKAGE BODY GL_CONS_HISTORY_PKG AS
2: /* $Header: glicohib.pls 120.23 2005/12/08 10:31:30 mikeward ship $ */
3:
4:
5: --+

Line 404: GL_CONS_HISTORY_PKG.Get_New_Id(std_runid);

400: CIRequestId NUMBER;
401: msgbuf VARCHAR2(200) := '';
402: BEGIN
403: --+ Get the consolidation run id for standard usage
404: GL_CONS_HISTORY_PKG.Get_New_Id(std_runid);
405:
406: --+ The remote flag should be Y if it is a cross-instance consolidation,
407: --+ that is, when the target dabase is not null.
408: IF (X_Target_DB_Name IS NOT NULL) THEN

Line 566: GL_CONS_HISTORY_PKG.Get_New_Id(avg_runid);

562: IF (X_Avg_Amounttype IS NULL) THEN
563: RETURN;
564: ELSE
565: --+ Get the consolidation run id for average usage
566: GL_CONS_HISTORY_PKG.Get_New_Id(avg_runid);
567: END IF;
568: ELSE
569: avg_runid := std_runid;
570: END IF;

Line 927: END GL_CONS_HISTORY_PKG;

923: END IF;
924:
925: END Insert_Status_ReqId;
926:
927: END GL_CONS_HISTORY_PKG;