DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 1253: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

1249: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
1250: -- its build into the loop logic but just to be explicit about this condition
1251:
1252: -- Get the batch size
1253: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
1254:
1255: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1256: fnd_log.string(fnd_log.level_statement,
1257: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface_pvt',