DBA Data[Home] [Help]

APPS.IA_AME_REQUEST_PKG dependencies on IA_REQUEST_HEADERS

Line 307: debugInfo := 'Retrieve book type code from IA_REQUEST_HEADERS';

303: NoMoreApproverFlag := 'N';
304:
305:
306: -----------------------------------------------------
307: debugInfo := 'Retrieve book type code from IA_REQUEST_HEADERS';
308: -----------------------------------------------------
309: begin
310:
311: select book_type_code

Line 319: from ia_request_headers

315: into l_book_type_code
316: ,l_responsibility_id
317: ,l_releasing_approver_id
318: ,l_receiving_approver_id
319: from ia_request_headers
320: where request_id=RequestId;
321:
322: exception
323: when others then

Line 538: debugInfo := 'Retrieve book type code from IA_REQUEST_HEADERS';

534:
535: BEGIN
536:
537: -----------------------------------------------------
538: debugInfo := 'Retrieve book type code from IA_REQUEST_HEADERS';
539: -----------------------------------------------------
540: begin
541:
542: select book_type_code

Line 550: from ia_request_headers

546: into l_book_type_code
547: ,l_responsibility_id
548: ,l_releasing_approver_id
549: ,l_receiving_approver_id
550: from ia_request_headers
551: where request_id=RequestId;
552:
553: exception
554: when others then