DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on STANDARD

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

1466: END IF;
1467:
1468: WHILE (l_batch_start <= l_max_line_number) LOOP
1469:
1470: IF ('STANDARD' = l_contract_type AND l_progress_payment_type <> 'NONE') THEN
1471: --complex work-delete fnd_attachments for payments
1472: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1473: FND_LOG.string (log_level => FND_LOG.level_procedure,
1474: module => g_module_prefix || l_module_name,

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

2088: module => g_module_prefix || l_module_name,
2089: message => 'Deleted the entry in pon_auction_shipments_all');
2090: END IF;
2091:
2092: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type) --{
2093: THEN
2094:
2095: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
2096: FND_LOG.string (log_level => FND_LOG.level_statement,

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

2438: );
2439:
2440: END IF; --}
2441:
2442: IF ( 'STANDARD' = l_contract_type AND 'NONE' <> l_progress_payment_type)
2443: THEN
2444:
2445: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
2446: FND_LOG.string (log_level => FND_LOG.level_statement,