DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 1004: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

1000: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
1001: -- its build into the loop logic but just to be explicit about this condition
1002:
1003: -- Get the batch size
1004: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
1005:
1006: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1007: fnd_log.string(fnd_log.level_statement,
1008: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface_pvt',