DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on IBC_VALIDATE_PVT

Line 1: PACKAGE BODY Ibc_Validate_Pvt AS

1: PACKAGE BODY Ibc_Validate_Pvt AS
2: /* $Header: ibcvvldb.pls 120.2 2005/08/24 12:21:17 appldev ship $ */
3:
4: /****************************************************
5: -------------PACKAGE VARIABLES -------------------------------------------------------------------------

Line 1285: -- IBC_VALIDATE_PVT.isTranslationApproved

1281: /****************************************************
1282: -------------FUNCTIONS--------------------------------------------------------------------------
1283: ****************************************************/
1284: -- --------------------------------------------------------------
1285: -- IBC_VALIDATE_PVT.isTranslationApproved
1286: --
1287: -- Checks to see if content item version translation is approved
1288: --
1289: -- --------------------------------------------------------------

Line 1321: -- IBC_VALIDATE_PVT.getItemBaseLanguage

1317: END isTranslationApproved;
1318:
1319:
1320: -- --------------------------------------------------------------
1321: -- IBC_VALIDATE_PVT.getItemBaseLanguage
1322: --
1323: -- Get the base language for the content item
1324: --
1325: -- --------------------------------------------------------------

Line 1352: END Ibc_Validate_Pvt;

1348: end if;
1349: END getItemBaseLanguage;
1350:
1351:
1352: END Ibc_Validate_Pvt;