DBA Data[Home] [Help]

APPS.JTF_GRID_COLS_PKG dependencies on JTF_GRID_DATASOURCES_B

Line 781: from jtf_grid_datasources_b

777: l_header_owner number;
778: begin
779: /* select last_updated_by
780: into l_header_owner
781: from jtf_grid_datasources_b
782: where grid_datasource_name = p_datasource_name;
783:
784: -- if header is not 'SEED' and the cols are modified by 'USER' only then
785: -- update the header

Line 788: update jtf_grid_datasources_b

784: -- if header is not 'SEED' and the cols are modified by 'USER' only then
785: -- update the header
786: if (l_header_owner = 1 and p_owner <> 1) then
787: */
788: update jtf_grid_datasources_b
789: set last_updated_by = p_owner,
790: last_update_date = p_last_update_date
791: where grid_Datasource_name = p_datasource_name;
792: end update_header;