DBA Data[Home] [Help]

APPS.OZF_SD_BATCH_FEED_PVT dependencies on OZF_CLAIM_DEF_RULE_PVT

Line 882: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

878:
879: --Start: Fix for Bug 10628160
880: l_custom_setup_id NUMBER := NULL;
881: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
882: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
883: l_split_claim_id NUMBER := NULL;
884: l_msg_count3 NUMBER := NULL;
885: l_msg_data VARCHAR2(100) := NULL;
886: l_msg_count2 NUMBER := NULL;

Line 2440: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

2436:
2437: --Start: Fix for Bug 10628160
2438: l_custom_setup_id NUMBER := NULL;
2439: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
2440: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
2441: l_split_claim_id NUMBER := NULL;
2442: l_msg_count3 NUMBER := NULL;
2443: l_msg_data VARCHAR2(100) := NULL;
2444: l_msg_count2 NUMBER := NULL;

Line 3163: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

3159:
3160: --Start: Fix for Bug 10628160
3161: l_custom_setup_id NUMBER := NULL;
3162: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
3163: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
3164: l_split_claim_id NUMBER := NULL;
3165: l_msg_count3 NUMBER := NULL;
3166: l_msg_data VARCHAR2(100) := NULL;
3167: l_msg_count2 NUMBER := NULL;

Line 3234: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,

3230:
3231: IF (l_tot_app_claim_amt < 0) THEN
3232: l_claim_rec.claim_class := 'CHARGE';
3233: l_claim_rec.source_object_class := 'SD_SUPPLIER';
3234: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,
3235: x_clam_def_rec_type => l_clam_def_rec_type,
3236: x_return_status => l_return_status,
3237: x_msg_count => l_msg_count3,
3238: x_msg_data => l_msg_data);

Line 3329: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

3325: l_msg_count NUMBER;
3326: --Start: Fix for Bug 10628160
3327: l_custom_setup_id NUMBER := NULL;
3328: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
3329: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
3330: l_split_claim_id NUMBER := NULL;
3331: l_msg_count3 NUMBER := NULL;
3332: l_msg_data VARCHAR2(100) := NULL;
3333: l_msg_count2 NUMBER := NULL;

Line 3359: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,

3355:
3356: IF (l_tot_app_claim_amt < 0) THEN
3357: l_claim_rec.claim_class := 'CHARGE';
3358: l_claim_rec.source_object_class := 'SD_SUPPLIER';
3359: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,
3360: x_clam_def_rec_type => l_clam_def_rec_type,
3361: x_return_status => l_return_status,
3362: x_msg_count => l_msg_count3,
3363: x_msg_data => l_msg_data);