DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PARTY_PUB dependencies on OKC_CONTRACT_PARTY_PUB

Line 60: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PUB.ctcv_rec_type;

56: last_update_date
57: last_update_login
58: start_date --not required for OKE ,
59: end_date --not required for OKE */
60: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PUB.ctcv_rec_type;
61: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PUB.ctcv_tbl_type;
62:
63:
64: /* cplv_rec_type record is the parameter to create and update the party role

Line 61: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PUB.ctcv_tbl_type;

57: last_update_login
58: start_date --not required for OKE ,
59: end_date --not required for OKE */
60: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PUB.ctcv_rec_type;
61: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PUB.ctcv_tbl_type;
62:
63:
64: /* cplv_rec_type record is the parameter to create and update the party role
65: id -- for CREATE_K_PARTY_ROLE it needs to be passed as null

Line 109: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PUB.cplv_rec_type;

105: creation_date ,
106: last_updated_by ,
107: last_update_date ,
108: last_update_login */
109: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PUB.cplv_rec_type;
110: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PUB.cplv_tbl_type;
111:
112:
113: /**

Line 110: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PUB.cplv_tbl_type;

106: last_updated_by ,
107: last_update_date ,
108: last_update_login */
109: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PUB.cplv_rec_type;
110: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PUB.cplv_tbl_type;
111:
112:
113: /**
114: * This procedure accepts multiple contracts for party role creation.