DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_RESALE_COMMON_PVT

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

5006: IF l_return_status = FND_API.g_ret_sts_error or
5007: l_return_status = FND_API.g_ret_sts_unexp_error THEN
5008: -- trade profile has errors. do not close claim in batch process
5009: -- and raise error in other cases
5010: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN
5011: l_close_claim_flag := 'F';
5012: ELSE
5013: RAISE FND_API.g_exc_unexpected_error;
5014: END IF;

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

5014: END IF;
5015: END IF;
5016:
5017: -- [BEGIN OF BUG 4217781 FIXING]
5018: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS AND
5019: l_cust_trade_profile.autopay_flag <> 'T' THEN
5020: l_close_claim_flag := 'F';
5021: END IF;
5022: -- [END OF BUG 4217781 FIXING]

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

5029: l_claim_rec.vendor_site_id := l_cust_trade_profile.vendor_site_id;
5030: ELSE
5031: -- trade profile does not exists. do not close claim in batch process
5032: -- and raise error in other cases
5033: IF l_claim_rec.source_object_class = OZF_RESALE_COMMON_PVT.G_BATCH_OBJECT_CLASS THEN
5034: l_close_claim_flag := 'F';
5035: ELSE
5036: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
5037: OPEN csr_party_name(p_claim_rec.cust_account_id);

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

6095: l_claim_rec.source_object_id := NULL;
6096: l_claim_rec.source_object_number := NULL;
6097: -- bug # 7453430 fixed by ateotia(-)
6098: l_claim_rec.batch_id := p_resale_batch_id;
6099: l_claim_rec.batch_type := OZF_Resale_Common_PVT.G_BATCH_REF_TYPE;
6100: l_claim_rec.currency_code := l_claim_curr_code;
6101: l_claim_rec.amount := l_claim_amount;
6102: l_claim_rec.payment_method := l_payment_method;
6103: l_claim_rec.cust_billto_acct_site_id := l_cust_billto_acct_site_id;