DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on PO_TBL_NUMBER

Line 205: , p_header_id => po_tbl_number( p_po_header_id )

201: End;
202:
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 )

Line 206: , p_release_id => po_tbl_number(null)

202:
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 )

Line 211: , p_line_id => po_tbl_number( p_po_line_id )

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'
215: , p_lock_flag => 'N'

Line 212: , p_line_location_id => po_tbl_number( l_line_location_id )

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'
215: , p_lock_flag => 'N'
216: , x_po_status_rec => l_status_rec

Line 213: , p_distribution_id => po_tbl_number( 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'
215: , p_lock_flag => 'N'
216: , x_po_status_rec => l_status_rec
217: , x_return_status => x_return_status