DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on PO_TBL_VARCHAR30

Line 207: , p_document_type => po_tbl_varchar30( null )

203: PO_DOCUMENT_CHECKS_GRP.po_status_check(
204: p_api_version => 1.0
205: , p_header_id => po_tbl_number( p_po_header_id )
206: , p_release_id => po_tbl_number(null)
207: , p_document_type => po_tbl_varchar30( null )
208: , p_document_subtype => po_tbl_varchar30( null )
209: , p_document_num => po_tbl_varchar30( NULL )
210: , p_vendor_order_num => po_tbl_varchar30( NULL )
211: , p_line_id => po_tbl_number( p_po_line_id )

Line 208: , p_document_subtype => po_tbl_varchar30( null )

204: p_api_version => 1.0
205: , p_header_id => po_tbl_number( p_po_header_id )
206: , p_release_id => po_tbl_number(null)
207: , p_document_type => po_tbl_varchar30( null )
208: , p_document_subtype => po_tbl_varchar30( null )
209: , p_document_num => po_tbl_varchar30( NULL )
210: , p_vendor_order_num => po_tbl_varchar30( NULL )
211: , p_line_id => po_tbl_number( p_po_line_id )
212: , p_line_location_id => po_tbl_number( l_line_location_id )

Line 209: , p_document_num => po_tbl_varchar30( NULL )

205: , p_header_id => po_tbl_number( p_po_header_id )
206: , p_release_id => po_tbl_number(null)
207: , p_document_type => po_tbl_varchar30( null )
208: , p_document_subtype => po_tbl_varchar30( null )
209: , p_document_num => po_tbl_varchar30( NULL )
210: , p_vendor_order_num => po_tbl_varchar30( NULL )
211: , p_line_id => po_tbl_number( p_po_line_id )
212: , p_line_location_id => po_tbl_number( l_line_location_id )
213: , p_distribution_id => po_tbl_number( null )

Line 210: , p_vendor_order_num => po_tbl_varchar30( NULL )

206: , p_release_id => po_tbl_number(null)
207: , p_document_type => po_tbl_varchar30( null )
208: , p_document_subtype => po_tbl_varchar30( null )
209: , p_document_num => po_tbl_varchar30( NULL )
210: , p_vendor_order_num => po_tbl_varchar30( NULL )
211: , p_line_id => po_tbl_number( p_po_line_id )
212: , p_line_location_id => po_tbl_number( l_line_location_id )
213: , p_distribution_id => po_tbl_number( null )
214: , p_mode => 'G_GET_STATUS'