DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on GL_ENCUMBRANCE_TYPES

Line 474: -- gl_encumbrance_types.encumbrance_type_id --

470: -- P_CST_ELEMENT Cost element ID (1-5) - 1=material, 2=MOH, ... --
471: -- P_RESOURCE_ID Resource ID from BOM_RESOURCES - should correspond --
472: -- to bom_resources.resource_id --
473: -- P_ENCUMBR_ID Encumbrance type ID - should correspond to --
474: -- gl_encumbrance_types.encumbrance_type_id --
475: -- --
476: -- HISTORY: --
477: -- 09/25/02 Bryan Kuntz Created --
478: -- End of comments

Line 607: from gl_encumbrance_types

603: if P_ENCUMBR_ID IS NOT NULL then
604: l_api_message := 'P_ENCUMBR_ID';
605: select 1
606: into l_num
607: from gl_encumbrance_types
608: where encumbrance_type_id = P_ENCUMBR_ID;
609: end if;
610:
611: -- Get Set of Books ID