DBA Data[Home] [Help]

APPS.CS_CONTRACT_TPL_PUB dependencies on CS_CONTRACT_TEMPLATES

Line 241: Select * from cs_contract_templates

237: x_contract_id OUT NUMBER
238: )
239: IS
240: Cursor l_Contract_Tmpl_Csr is
241: Select * from cs_contract_templates
242: where contract_template_id = p_template_id;
243: Cursor l_Tmpl_Csr is
244: Select * from cs_contract_line_tplts
245: where contract_template_id = p_template_id;