DBA Data[Home] [Help]

APPS.OZF_SD_BATCH_PVT dependencies on OZF_CLAIM_DEF_RULE_PVT

Line 1151: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;

1147: l_msg_count2 NUMBER := NULL;
1148: l_msg_data2 VARCHAR2(100) := NULL;
1149: l_custom_setup_id NUMBER := NULL;
1150: l_claim_rec OZF_Claim_PVT.claim_rec_type := NULL;
1151: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type := NULL;
1152: l_claim_number VARCHAR2(30) := NULL;
1153: l_split_claim_id NUMBER := NULL;
1154:
1155: CURSOR get_contact_details(c_supplier_site_id NUMBER) IS

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

1195:
1196: --to get claim number
1197: l_claim_rec.claim_class := 'CLAIM';
1198: l_claim_rec.source_object_class := 'SD_SUPPLIER';
1199: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule(p_claim_rec => l_claim_rec,
1200: x_clam_def_rec_type => l_clam_def_rec_type,
1201: x_return_status => l_return_status,
1202: x_msg_count => l_msg_count,
1203: x_msg_data => l_msg_data);