DBA Data[Home] [Help]

APPS.OZF_CLAIM_TAX_PVT dependencies on OZF_CLAIMS

Line 110: FROM ozf_claims oc

106: , oc.exchange_rate_type
107: , oc.exchange_rate_date
108: , oc.exchange_rate
109: , oc.org_id
110: FROM ozf_claims oc
111: , fnd_currencies fc
112: WHERE oc.currency_code = fc.currency_code
113: AND oc.claim_id = cv_claim_id;
114: l_claim_header OZF_CLAIM_PVT.claim_rec_type;

Line 119: , ozf_claims_all oc

115:
116: CURSOR csr_stlmnt_tax_type(p_claim_id IN NUMBER) IS
117: SELECT tax_for
118: FROM ozf_claim_sttlmnt_methods_all ssm
119: , ozf_claims_all oc
120: WHERE ssm.settlement_method = oc.payment_method
121: AND ssm.claim_class = oc.claim_class
122: AND NVL(ssm.source_object_class, '_NULL_') = NVL(oc.source_object_class, '_NULL_')
123: AND ssm.org_id = oc.org_id

Line 286: zx_global_structures_pkg.trx_line_dist_tbl.source_entity_code(1) := 'OZF_CLAIMS';

282: zx_global_structures_pkg.trx_line_dist_tbl.application_id(1) := 200;
283: zx_global_structures_pkg.trx_line_dist_tbl.entity_code(1) := 'AP_INVOICES';
284: zx_global_structures_pkg.trx_line_dist_tbl.event_class_code(1) := 'STANDARD INVOICES';
285: zx_global_structures_pkg.trx_line_dist_tbl.source_application_id(1) := 682;
286: zx_global_structures_pkg.trx_line_dist_tbl.source_entity_code(1) := 'OZF_CLAIMS';
287: zx_global_structures_pkg.trx_line_dist_tbl.source_event_class_code(1) := 'TRADE_MGT_PAYABLES';
288: zx_global_structures_pkg.trx_line_dist_tbl.event_type_code(1) := 'STANDARD CREATED';
289:
290: -- Ship From Information. Bill From Info not Required

Line 327: zx_global_structures_pkg.trx_line_dist_tbl.source_entity_code(1) := 'OZF_CLAIMS';

323: zx_global_structures_pkg.trx_line_dist_tbl.event_type_code(1) := 'DM_CREATE';
324: END IF;
325:
326: zx_global_structures_pkg.trx_line_dist_tbl.source_application_id(1) := 682;
327: zx_global_structures_pkg.trx_line_dist_tbl.source_entity_code(1) := 'OZF_CLAIMS';
328: zx_global_structures_pkg.trx_line_dist_tbl.source_event_class_code(1) := 'TRADE_MGT_RECEIVABLES';
329:
330: END IF;
331: