DBA Data[Home] [Help]

APPS.OKL_VENDOR_AGREEMENT_PUB dependencies on OKL_VENDOR_PROGRAM_PUB

Line 16: SUBTYPE chrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.chrv_rec_type;

12: */
13:
14: /* Header Variables */
15:
16: SUBTYPE chrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.chrv_rec_type;
17: SUBTYPE khrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.khrv_rec_type;
18: SUBTYPE program_header_rec IS OKL_VENDOR_PROGRAM_PUB.program_header_rec_type;
19:
20: /* Party Role/Contact Variables */

Line 17: SUBTYPE khrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.khrv_rec_type;

13:
14: /* Header Variables */
15:
16: SUBTYPE chrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.chrv_rec_type;
17: SUBTYPE khrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.khrv_rec_type;
18: SUBTYPE program_header_rec IS OKL_VENDOR_PROGRAM_PUB.program_header_rec_type;
19:
20: /* Party Role/Contact Variables */
21: SUBTYPE ctcv_rec_type is OKL_CONTRACT_PARTY_PUB.ctcv_rec_type;

Line 18: SUBTYPE program_header_rec IS OKL_VENDOR_PROGRAM_PUB.program_header_rec_type;

14: /* Header Variables */
15:
16: SUBTYPE chrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.chrv_rec_type;
17: SUBTYPE khrv_rec_type IS OKL_VENDOR_PROGRAM_PUB.khrv_rec_type;
18: SUBTYPE program_header_rec IS OKL_VENDOR_PROGRAM_PUB.program_header_rec_type;
19:
20: /* Party Role/Contact Variables */
21: SUBTYPE ctcv_rec_type is OKL_CONTRACT_PARTY_PUB.ctcv_rec_type;
22: SUBTYPE ctcv_tbl_type is OKL_CONTRACT_PARTY_PUB.ctcv_tbl_type;