DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_DOCUMENT_TYPES

Line 4161: l_ame_transaction_type po_document_types.ame_transaction_type%TYPE;

4157: /* Bug 7422622 - Added the following variables to check whether AME
4158: the setup is done. If yes then clear the approval list. - Start*/
4159:
4160: l_application_id number :=201;
4161: l_ame_transaction_type po_document_types.ame_transaction_type%TYPE;
4162:
4163: /* Bug 7422622 - End */
4164:
4165: BEGIN

Line 4325: FROM po_document_types

4321: the setup is done then clear the approval list.*/
4322:
4323: SELECT ame_transaction_type
4324: INTO l_ame_transaction_type
4325: FROM po_document_types
4326: WHERE document_type_code = 'CHANGE_REQUEST' and
4327: document_subtype = 'REQUISITION';
4328:
4329: if(l_ame_transaction_type is not null) then