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 1554: FROM okl_line_relationships_v

1550: ,amount
1551: ,short_description
1552: ,description
1553: ,comments
1554: FROM okl_line_relationships_v
1555: WHERE related_line_id = p_service_id;
1556: BEGIN
1557: FOR l_db_line_relations IN c_db_line_relations LOOP
1558: x_line_relation_tbl(i).id := l_db_line_relations.id;