DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_REP_CONTRACT_VERS

Line 1504: -- table to okc_rep_contract_vers table and versions Terms, Deliverables, Attachments and UDA's

1500:
1501: IF l_contract_status IN ('SIGNED', 'APPROVED', 'CANCELLED') THEN
1502:
1503: -- OKC_REP_CONTRACT_PROCESS_PVT.version_contract_details API copies the record from okc_rep_contracts_all
1504: -- table to okc_rep_contract_vers table and versions Terms, Deliverables, Attachments and UDA's
1505: OKC_REP_CONTRACT_PROCESS_PVT.version_contract_details(p_api_version => p_api_version,
1506: p_init_msg_list => fnd_api.g_false,
1507: p_commit => p_commit,
1508: p_contract_id => p_contract_id,

Line 2943: okc_rep_contract_vers src_vers,

2939: rels.last_updated_by,
2940: rels.last_update_date,
2941: rels.last_update_login
2942: FROM okc_rep_contract_rels rels,
2943: okc_rep_contract_vers src_vers,
2944: okc_rep_contracts_all tgt
2945: WHERE src_vers.contract_id = rels.contract_id
2946: AND tgt.contract_id = rels.related_contract_id
2947: --to avoid reruns of this procedure or on abnormal run of this program