DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on GL_ENCUMBRANCE_TYPES

Line 11268: FROM GL_ENCUMBRANCE_TYPES g2

11264: debug(l_stmt_num);
11265:
11266: SELECT g2.ENCUMBRANCE_TYPE_ID
11267: INTO l_encumbrance_type_id /* Out parameter*/
11268: FROM GL_ENCUMBRANCE_TYPES g2
11269: WHERE g2.encumbrance_type_key = 'Obligation';
11270:
11271: debug(' l_encumbrance_type_id:'||l_encumbrance_type_id);
11272: EXCEPTION

Line 11274: l_api_message := 'EXCEPTION ENCUMBRANCE_TYPE_ID FROM GL_ENCUMBRANCE_TYPES NOT FOUND';

11270:
11271: debug(' l_encumbrance_type_id:'||l_encumbrance_type_id);
11272: EXCEPTION
11273: WHEN NO_DATA_FOUND THEN
11274: l_api_message := 'EXCEPTION ENCUMBRANCE_TYPE_ID FROM GL_ENCUMBRANCE_TYPES NOT FOUND';
11275: debug(l_stmt_num||':'||l_api_message);
11276: WHEN OTHERS THEN
11277: l_api_message := 'EXCEPTION '||SQLERRM;
11278: debug(l_stmt_num||':'||l_api_message);