DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_RESALE_COMMON_PVT

Line 5066: IF (p_funds_util_flt.reference_type = OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE

5062: CLOSE c_get_conversion_type;
5063: --end
5064: /*
5065: --Bug# 7319828 fixed by ateotia(+)
5066: IF (p_funds_util_flt.reference_type = OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE
5067: AND p_funds_util_flt.utilization_type = 'CHARGEBACK') THEN
5068: OPEN csr_batch_accepted_amount(p_funds_util_flt.reference_id, l_plan_id, l_product_id);
5069: FETCH csr_batch_accepted_amount INTO l_amount;
5070: CLOSE csr_batch_accepted_amount;

Line 6021: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN

6017: IF l_return_status = FND_API.g_ret_sts_error or
6018: l_return_status = FND_API.g_ret_sts_unexp_error THEN
6019: -- trade profile has errors. do not close claim in batch process
6020: -- and raise error in other cases
6021: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN
6022: l_close_claim_flag := 'F';
6023: ELSE
6024: RAISE FND_API.g_exc_unexpected_error;
6025: END IF;

Line 6029: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND

6025: END IF;
6026: END IF;
6027:
6028: -- [BEGIN OF BUG 4217781 FIXING]
6029: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND
6030: l_cust_trade_profile.autopay_flag <> 'T' THEN
6031: l_close_claim_flag := 'F';
6032: END IF;
6033: -- [END OF BUG 4217781 FIXING]

Line 6044: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN

6040: l_claim_rec.vendor_site_id := l_cust_trade_profile.vendor_site_id;
6041: ELSE
6042: -- trade profile does not exists. do not close claim in batch process
6043: -- and raise error in other cases
6044: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN
6045: l_close_claim_flag := 'F';
6046: ELSE
6047: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
6048: OPEN csr_party_name(p_claim_rec.cust_account_id);

Line 6066: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS: '||OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS);

6062: OZF_Utility_PVT.debug_message('Payment method is '||l_claim_rec.payment_method);
6063: OZF_Utility_PVT.debug_message('Autopay Flag is '||l_cust_trade_profile.autopay_flag);
6064: OZF_Utility_PVT.debug_message('Close Claim Flag is '||l_close_claim_flag);
6065: OZF_Utility_PVT.debug_message('l_claim_rec.source_object_class: '||l_claim_rec.source_object_class);
6066: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS: '||OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS);
6067: OZF_Utility_PVT.debug_message('l_claim_rec.batch_type: '||l_claim_rec.batch_type);
6068: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE: '||OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE);
6069: OZF_Utility_PVT.debug_message('l_accrual_flag: '||l_accrual_flag);
6070: OZF_Utility_PVT.debug_message('Invokes Create_Claim_For_Accruals ');

Line 6068: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE: '||OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE);

6064: OZF_Utility_PVT.debug_message('Close Claim Flag is '||l_close_claim_flag);
6065: OZF_Utility_PVT.debug_message('l_claim_rec.source_object_class: '||l_claim_rec.source_object_class);
6066: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS: '||OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS);
6067: OZF_Utility_PVT.debug_message('l_claim_rec.batch_type: '||l_claim_rec.batch_type);
6068: OZF_Utility_PVT.debug_message('OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE: '||OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE);
6069: OZF_Utility_PVT.debug_message('l_accrual_flag: '||l_accrual_flag);
6070: OZF_Utility_PVT.debug_message('Invokes Create_Claim_For_Accruals ');
6071: END IF;
6072:

Line 6074: IF (l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND

6070: OZF_Utility_PVT.debug_message('Invokes Create_Claim_For_Accruals ');
6071: END IF;
6072:
6073: --Bug# 8632964 fixed by anuj & muthsubr (+)
6074: IF (l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND
6075: l_claim_rec.batch_type = OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE AND
6076: l_accrual_flag = 'T')
6077: OR (l_accrual_flag IS NULL) --kdass - bug 10149100 - for promotional payments, use existing API Create_Claim_For_Accruals()
6078: THEN

Line 6075: l_claim_rec.batch_type = OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE AND

6071: END IF;
6072:
6073: --Bug# 8632964 fixed by anuj & muthsubr (+)
6074: IF (l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND
6075: l_claim_rec.batch_type = OZF_RESALE_COMMON_PVT.G_BATCH_REF_TYPE AND
6076: l_accrual_flag = 'T')
6077: OR (l_accrual_flag IS NULL) --kdass - bug 10149100 - for promotional payments, use existing API Create_Claim_For_Accruals()
6078: THEN
6079: Create_Claim_For_Accruals(

Line 7162: l_claim_rec.batch_type := OZF_Resale_Common_PVT.G_BATCH_REF_TYPE;

7158: l_claim_rec.source_object_class := 'SPECIAL_PRICE';
7159: l_claim_rec.source_object_id := l_request_header_id;
7160: l_claim_rec.source_object_number := l_request_number;
7161: l_claim_rec.batch_id := p_resale_batch_id;
7162: l_claim_rec.batch_type := OZF_Resale_Common_PVT.G_BATCH_REF_TYPE;
7163: l_claim_rec.currency_code := l_claim_curr_code;
7164: l_claim_rec.amount := l_claim_amount;
7165: l_claim_rec.payment_method := l_payment_method;
7166: --bug # 6690147 julou FP 6276634(+)

Line 7646: l_claim_rec.batch_type := OZF_Resale_Common_PVT.G_BATCH_REF_TYPE;

7642: l_claim_rec.source_object_class := 'SPECIAL_PRICE';
7643: l_claim_rec.source_object_id := NULL;
7644: l_claim_rec.source_object_number := NULL;
7645: l_claim_rec.batch_id := p_resale_batch_id;
7646: l_claim_rec.batch_type := OZF_Resale_Common_PVT.G_BATCH_REF_TYPE;
7647: l_claim_rec.currency_code := l_claim_curr_code;
7648: l_claim_rec.amount := l_claim_amount;
7649: l_claim_rec.payment_method := l_payment_method;
7650: --bug # 6690147 julou FP 6276634(+)