DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S2 dependencies on STANDARD

Line 136: IF X_Type_Lookup_Code in ('STANDARD', 'PLANNED') AND

132:
133: BEGIN
134:
135: --< eTax Integration R12 Start>
136: IF X_Type_Lookup_Code in ('STANDARD', 'PLANNED') AND
137: PO_TAX_INTERFACE_PVT.any_tax_attributes_updated(
138: p_doc_type =>'PO',
139: p_doc_level => 'HEADER',
140: p_doc_level_id =>X_Po_Header_Id,

Line 337: ('STANDARD','CONTRACT','BLANKET','PLANNED')

333: (SELECT 'po number is not unique'
334: FROM po_headers ph
335: WHERE ph.segment1 = X_segment1
336: AND ph.type_lookup_code IN
337: ('STANDARD','CONTRACT','BLANKET','PLANNED')
338: AND (X_rowid is null or ph.rowid <> X_rowid) );
339:
340: X_Progress := '020';
341:

Line 350: ('STANDARD','CONTRACT','BLANKET','PLANNED'));

346: (SELECT 'po number is not unique'
347: FROM po_history_pos ph
348: WHERE ph.segment1 = X_segment1
349: AND ph.type_lookup_code IN
350: ('STANDARD','CONTRACT','BLANKET','PLANNED'));
351:
352: --
353: /* Start Bug 2421680 mbhargav
354: Calling the wrapper function get_sourcing_startup to get the

Line 365: if X_Type_lookup_code in ('STANDARD','BLANKET') then

361:
362: /* End bug 2421680 */
363:
364: if nvl(x_pon_install_status,'N') ='I' then
365: if X_Type_lookup_code in ('STANDARD','BLANKET') then
366: pon_auction_po_pkg.check_unique(po_moac_utils_pvt.get_current_org_id,X_segment1,x_status); --
367: if x_status = 'SUCCESS' then
368: X_Unique :=TRUE;
369: else