DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_SERVICE_PVT dependencies on OKL_LINE_RELATIONSHIPS_V

Line 789: from okl_line_relationships_v

785: ,amount
786: ,short_description
787: ,description
788: ,comments
789: from okl_line_relationships_v
790: where source_line_type = 'ASSET'
791: and related_line_id = p_source_service_id;
792:
793: BEGIN

Line 1568: FROM okl_line_relationships_v

1564: ,amount
1565: ,short_description
1566: ,description
1567: ,comments
1568: FROM okl_line_relationships_v
1569: WHERE related_line_id = p_service_id;
1570: BEGIN
1571: FOR l_db_line_relations IN c_db_line_relations LOOP
1572: x_line_relation_tbl(i).id := l_db_line_relations.id;