DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S0 dependencies on STANDARD

Line 202: -- DBI FPJ for the document types Standard,Blanket,Contract and Planned PO will have the document creation method cloumn as 'ENTER_PO'

198: END IF;
199:
200: x_progress := '015';
201:
202: -- DBI FPJ for the document types Standard,Blanket,Contract and Planned PO will have the document creation method cloumn as 'ENTER_PO'
203: -- Bug 3648268. Document Creation Method values was hardcoded earlier. Now
204: -- using lookup codes
205: IF X_Type_Lookup_Code in ('STANDARD','CONTRACT','BLANKET','PLANNED') THEN
206: l_document_creation_method:='ENTER_PO';

Line 205: IF X_Type_Lookup_Code in ('STANDARD','CONTRACT','BLANKET','PLANNED') THEN

201:
202: -- DBI FPJ for the document types Standard,Blanket,Contract and Planned PO will have the document creation method cloumn as 'ENTER_PO'
203: -- Bug 3648268. Document Creation Method values was hardcoded earlier. Now
204: -- using lookup codes
205: IF X_Type_Lookup_Code in ('STANDARD','CONTRACT','BLANKET','PLANNED') THEN
206: l_document_creation_method:='ENTER_PO';
207: END IF;
208:
209: l_style_id := PO_DOC_STYLE_GRP.GET_STANDARD_DOC_STYLE; --

Line 209: l_style_id := PO_DOC_STYLE_GRP.GET_STANDARD_DOC_STYLE; --

205: IF X_Type_Lookup_Code in ('STANDARD','CONTRACT','BLANKET','PLANNED') THEN
206: l_document_creation_method:='ENTER_PO';
207: END IF;
208:
209: l_style_id := PO_DOC_STYLE_GRP.GET_STANDARD_DOC_STYLE; --
210: -- dbms_output.put_line('insert sql');
211: INSERT INTO PO_HEADERS (
212: po_header_id,
213: agent_id,

Line 450: , decode(X_Type_Lookup_Code, 'STANDARD', 'CREATE',

446: l_document_creation_method, --
447: p_org_id --
448: ,l_style_id --
449: ,userenv('LANG') -- created_language
450: , decode(X_Type_Lookup_Code, 'STANDARD', 'CREATE',
451: 'PLANNED', 'CREATE', null) --
452: ,p_enable_all_sites --
453: );
454: