DBA Data[Home] [Help]

APPS.CS_CONTRACT_TPL_PUB dependencies on CS_CONTRACT_LINE_TPLTS

Line 124: --- insert into cs_contract_line_tplts

120: );
121: --dbms_output.put_line('After inserting template');
122: FOR l_Service_Rec in l_Service_Csr
123: LOOP
124: --- insert into cs_contract_line_tplts
125: CS_CONTRACTLTMPL_PVT.Insert_Row
126: (
127: p_api_version => 1.0,
128: p_init_msg_list => TAPI_DEV_KIT.G_FALSE,

Line 244: Select * from cs_contract_line_tplts

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;
246:
247: l_api_name CONSTANT VARCHAR2(30) := 'Template_to_Contract';
248: l_api_version CONSTANT NUMBER := 1.0;