DBA Data[Home] [Help]

APPS.OZF_SD_BATCH_PVT dependencies on OZF_CLAIM_DEF_RULE_PVT

Line 1050: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

1046:
1047: --Start: Fix for Bug 10047209
1048: l_custom_setup_id NUMBER := NULL;
1049: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
1050: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
1051: l_claim_number VARCHAR2(30) := NULL;
1052: l_split_claim_id NUMBER := NULL;
1053: l_msg_count NUMBER := NULL;
1054: l_msg_data VARCHAR2(100) := NULL;

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

1228:
1229: IF (l_batch_sum < 0) THEN
1230: l_claim_rec.claim_class := 'CHARGE';
1231: l_claim_rec.source_object_class := 'SD_SUPPLIER';
1232: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,
1233: x_clam_def_rec_type => l_clam_def_rec_type,
1234: x_return_status => l_return_status,
1235: x_msg_count => l_msg_count,
1236: x_msg_data => l_msg_data);

Line 1449: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

1445: l_msg_count2 NUMBER := NULL;
1446: l_msg_data2 VARCHAR2(100) := NULL;
1447: l_custom_setup_id NUMBER := NULL;
1448: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
1449: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
1450: l_claim_number VARCHAR2(30) := NULL;
1451: l_claim_minor_version NUMBER := NULL;
1452: l_split_claim_id NUMBER := NULL;
1453:

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

1510:
1511: --to get claim number
1512: l_claim_rec.claim_class := 'CLAIM';
1513: l_claim_rec.source_object_class := 'SD_SUPPLIER';
1514: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,
1515: x_clam_def_rec_type => l_clam_def_rec_type,
1516: x_return_status => l_return_status,
1517: x_msg_count => l_msg_count,
1518: x_msg_data => l_msg_data);