DBA Data[Home] [Help]

APPS.OKE_FUNDING_PUB dependencies on OKE_FUNDSOURCE_PVT

Line 17: SUBTYPE funding_rec_in_type IS OKE_FUNDSOURCE_PVT.funding_rec_in_type;

13: G_SQLERRM_TOKEN CONSTANT VARCHAR2(200) := 'SQLerrm';
14: G_UNEXPECTED_ERROR CONSTANT VARCHAR2(200) := 'OKE_CONTRACTS_UNEXPECTED_ERROR';
15: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
16:
17: SUBTYPE funding_rec_in_type IS OKE_FUNDSOURCE_PVT.funding_rec_in_type;
18: SUBTYPE funding_rec_out_type IS OKE_FUNDSOURCE_PVT.funding_rec_out_type;
19:
20: SUBTYPE allocation_rec_in_type IS OKE_ALLOCATION_PVT.allocation_rec_in_type;
21: SUBTYPE allocation_rec_out_type IS OKE_ALLOCATION_PVT.allocation_rec_out_type;

Line 18: SUBTYPE funding_rec_out_type IS OKE_FUNDSOURCE_PVT.funding_rec_out_type;

14: G_UNEXPECTED_ERROR CONSTANT VARCHAR2(200) := 'OKE_CONTRACTS_UNEXPECTED_ERROR';
15: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
16:
17: SUBTYPE funding_rec_in_type IS OKE_FUNDSOURCE_PVT.funding_rec_in_type;
18: SUBTYPE funding_rec_out_type IS OKE_FUNDSOURCE_PVT.funding_rec_out_type;
19:
20: SUBTYPE allocation_rec_in_type IS OKE_ALLOCATION_PVT.allocation_rec_in_type;
21: SUBTYPE allocation_rec_out_type IS OKE_ALLOCATION_PVT.allocation_rec_out_type;
22: