DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_TYPES dependencies on PO_VENDORS

Line 142: type_1099 po_vendors.type_1099%type,

138: intf_id_index DBMS_SQL.NUMBER_TABLE,
139:
140: -- vendor related attributes
141: ship_via_lookup_code PO_HEADERS_ALL.ship_via_lookup_code%TYPE,
142: type_1099 po_vendors.type_1099%type,
143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,

Line 143: hold_flag po_vendors.hold_flag%type,

139:
140: -- vendor related attributes
141: ship_via_lookup_code PO_HEADERS_ALL.ship_via_lookup_code%TYPE,
142: type_1099 po_vendors.type_1099%type,
143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,

Line 144: invoice_currency_code po_vendors.invoice_currency_code%type,

140: -- vendor related attributes
141: ship_via_lookup_code PO_HEADERS_ALL.ship_via_lookup_code%TYPE,
142: type_1099 po_vendors.type_1099%type,
143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,

Line 145: receipt_required_flag po_vendors.receipt_required_flag%type,

141: ship_via_lookup_code PO_HEADERS_ALL.ship_via_lookup_code%TYPE,
142: type_1099 po_vendors.type_1099%type,
143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,
149: invoice_match_option po_vendors.match_option%type := NULL,

Line 146: num_1099 po_vendors.num_1099%type,

142: type_1099 po_vendors.type_1099%type,
143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,
149: invoice_match_option po_vendors.match_option%type := NULL,
150: clm_award_type VARCHAR2(100),

Line 147: vat_registration_num po_vendors.vat_registration_num%type,

143: hold_flag po_vendors.hold_flag%type,
144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,
149: invoice_match_option po_vendors.match_option%type := NULL,
150: clm_award_type VARCHAR2(100),
151:

Line 148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,

144: invoice_currency_code po_vendors.invoice_currency_code%type,
145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,
149: invoice_match_option po_vendors.match_option%type := NULL,
150: clm_award_type VARCHAR2(100),
151:
152: -- CLM specific attributes

Line 149: invoice_match_option po_vendors.match_option%type := NULL,

145: receipt_required_flag po_vendors.receipt_required_flag%type,
146: num_1099 po_vendors.num_1099%type,
147: vat_registration_num po_vendors.vat_registration_num%type,
148: inspection_required_flag po_vendors.inspection_required_flag%TYPE,
149: invoice_match_option po_vendors.match_option%type := NULL,
150: clm_award_type VARCHAR2(100),
151:
152: -- CLM specific attributes
153: clm_source_document_id NUMBER,