DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on BOM_RESOURCES

Line 471: -- P_RESOURCE_ID Resource ID from BOM_RESOURCES - should correspond --

467: -- P_BS_TXN_VAL Total txn value in base currency - Enter a positive --
468: -- value, the sign will be determined by the value of --
469: -- P_DBT_CRDT --
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: -- --

Line 472: -- to bom_resources.resource_id --

468: -- value, the sign will be determined by the value of --
469: -- P_DBT_CRDT --
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: --

Line 597: from bom_resources

593: if P_RESOURCE_ID IS NOT NULL then
594: l_api_message := 'P_RESOURCE_ID';
595: select 1
596: into l_num
597: from bom_resources
598: where resource_id = P_RESOURCE_ID;
599: end if;
600:
601: -- Check P_ENCUMBR_ID