DBA Data[Home] [Help]

APPS.PO_PDOI_GRP dependencies on PO_PDOI_CONSTANTS

Line 45: -- PO_PDOI_CONSTANTS.g_DEF_BATCH_SIZE

41: -- id will be processed.
42: --p_batch_size
43: -- Used for performance tuning. It specifies the number of header interface
44: -- records that will be processed for each bulk fetching. Default number is
45: -- PO_PDOI_CONSTANTS.g_DEF_BATCH_SIZE
46: --p_buyer_id
47: -- Default buyer of the document to be imported
48: --p_document_type
49: -- Type of the document that will be processed. Possible values are:

Line 237: -- PO_PDOI_CONSTANTS.g_DEF_BATCH_SIZE

233: -- id will be processed.
234: --p_batch_size
235: -- Used for performance tuning. It specifies the number of header interface
236: -- records that will be processed for each bulk fetching. Default number is
237: -- PO_PDOI_CONSTANTS.g_DEF_BATCH_SIZE
238: --p_buyer_id
239: -- Default buyer of the document to be imported
240: --p_document_type
241: -- Type of the document that will be processed. Possible values are:

Line 394: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_CATALOG_UPLOAD,

390: p_validation_level => p_validation_level,
391: p_commit => p_commit,
392: x_return_status => x_return_status,
393: p_gather_intf_tbl_stat => p_gather_intf_tbl_stat,
394: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_CATALOG_UPLOAD,
395: p_selected_batch_id => p_selected_batch_id,
396: p_batch_size => p_batch_size,
397: p_buyer_id => p_buyer_id,
398: p_document_type => p_document_type,

Line 553: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_PRICE_TOL_RESP,

549: p_validation_level => p_validation_level,
550: p_commit => p_commit,
551: x_return_status => x_return_status,
552: p_gather_intf_tbl_stat => 'N',
553: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_PRICE_TOL_RESP,
554: p_selected_batch_id => p_selected_batch_id,
555: p_batch_size => 1,
556: p_buyer_id => NULL,
557: p_document_type => p_document_type,

Line 565: p_process_code => PO_PDOI_CONSTANTS.g_PROCESS_CODE_NOTIFIED,

561: p_rel_gen_method => NULL,
562: p_sourcing_level => NULL,
563: p_sourcing_inv_org_id => NULL,
564: p_approved_status => NULL,
565: p_process_code => PO_PDOI_CONSTANTS.g_PROCESS_CODE_NOTIFIED,
566: p_interface_header_id => p_interface_header_id,
567: p_org_id => p_org_id,
568: p_ga_flag => NULL,
569: p_submit_dft_flag => NULL,