DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on STANDARD

Line 1450: IF ('STANDARD' = l_contract_type AND l_progress_payment_type <> 'NONE') THEN

1446: END IF;
1447:
1448: WHILE (l_batch_start <= l_max_line_number) LOOP
1449:
1450: IF ('STANDARD' = l_contract_type AND l_progress_payment_type <> 'NONE') THEN
1451: --complex work-delete fnd_attachments for payments
1452: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1453: FND_LOG.string (log_level => FND_LOG.level_procedure,
1454: module => g_module_prefix || l_module_name,

Line 2025: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type) --{

2021: module => g_module_prefix || l_module_name,
2022: message => 'Deleted the entry in pon_auction_shipments_all');
2023: END IF;
2024:
2025: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type) --{
2026: THEN
2027:
2028: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
2029: FND_LOG.string (log_level => FND_LOG.level_statement,

Line 2310: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type)

2306: );
2307:
2308: END IF; --}
2309:
2310: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type)
2311: THEN
2312:
2313: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
2314: FND_LOG.string (log_level => FND_LOG.level_statement,