DBA Data[Home] [Help]

APPS.OZF_AR_INTERFACE_PVT dependencies on RA_CUST_TRX_TYPES

Line 1079: FROM ra_cust_trx_types

1075: WHERE reason_code_id = p_id;
1076:
1077: CURSOR trx_type_gl_flag_csr(p_trx_type_id IN NUMBER) IS
1078: SELECT post_to_gl
1079: FROM ra_cust_trx_types
1080: WHERE cust_trx_type_id = p_trx_type_id;
1081:
1082: CURSOR csr_trx_type_payment_term(cv_claim_type_id IN NUMBER) IS
1083: SELECT default_term

Line 1084: FROM ra_cust_trx_types trx

1080: WHERE cust_trx_type_id = p_trx_type_id;
1081:
1082: CURSOR csr_trx_type_payment_term(cv_claim_type_id IN NUMBER) IS
1083: SELECT default_term
1084: FROM ra_cust_trx_types trx
1085: , ozf_claim_types_all_b ct
1086: WHERE trx.cust_trx_type_id = ct.dm_trx_type_id
1087: AND ct.claim_type_id = cv_claim_type_id;
1088: