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 241: -- PO_PDOI_CONSTANTS.g_DEF_BATCH_SIZE

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

Line 399: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_CATALOG_UPLOAD,

395: p_validation_level => p_validation_level,
396: p_commit => p_commit,
397: x_return_status => x_return_status,
398: p_gather_intf_tbl_stat => p_gather_intf_tbl_stat,
399: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_CATALOG_UPLOAD,
400: p_selected_batch_id => p_selected_batch_id,
401: p_batch_size => p_batch_size,
402: p_buyer_id => p_buyer_id,
403: p_document_type => p_document_type,

Line 560: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_PRICE_TOL_RESP,

556: p_validation_level => p_validation_level,
557: p_commit => p_commit,
558: x_return_status => x_return_status,
559: p_gather_intf_tbl_stat => 'N',
560: p_calling_module => PO_PDOI_CONSTANTS.g_call_mod_PRICE_TOL_RESP,
561: p_selected_batch_id => p_selected_batch_id,
562: p_batch_size => 1,
563: p_buyer_id => NULL,
564: p_document_type => p_document_type,

Line 572: p_process_code => PO_PDOI_CONSTANTS.g_PROCESS_CODE_NOTIFIED,

568: p_rel_gen_method => NULL,
569: p_sourcing_level => NULL,
570: p_sourcing_inv_org_id => NULL,
571: p_approved_status => NULL,
572: p_process_code => PO_PDOI_CONSTANTS.g_PROCESS_CODE_NOTIFIED,
573: p_interface_header_id => p_interface_header_id,
574: p_org_id => p_org_id,
575: p_ga_flag => NULL,
576: p_submit_dft_flag => NULL,