DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on PO_VENDORS_S

Line 230: debug_info := 'Select next sequence value from PO_VENDORS_S';

226: p_vendor_number => x_segment1,
227: X_calling_sequence => current_calling_sequence );
228: --
229: --
230: debug_info := 'Select next sequence value from PO_VENDORS_S';
231: Select PO_VENDORS_S.NEXTVAL
232: into x_vendor_id
233: from sys.dual;
234: --

Line 231: Select PO_VENDORS_S.NEXTVAL

227: X_calling_sequence => current_calling_sequence );
228: --
229: --
230: debug_info := 'Select next sequence value from PO_VENDORS_S';
231: Select PO_VENDORS_S.NEXTVAL
232: into x_vendor_id
233: from sys.dual;
234: --
235: --

Line 581: debug_info := 'Select next sequence value from PO_VENDORS_S';

577: X_calling_sequence => current_calling_sequence );
578: -- Bug 6940256 End
579: --
580: --
581: debug_info := 'Select next sequence value from PO_VENDORS_S';
582: Select PO_VENDORS_S.NEXTVAL
583: into x_vendor_id
584: from sys.dual;
585: --

Line 582: Select PO_VENDORS_S.NEXTVAL

578: -- Bug 6940256 End
579: --
580: --
581: debug_info := 'Select next sequence value from PO_VENDORS_S';
582: Select PO_VENDORS_S.NEXTVAL
583: into x_vendor_id
584: from sys.dual;
585: --
586: --